move the Wrapper-Project out of the root directory and change readme and docs
This commit is contained in:
parent
fd48cc36c5
commit
747ec6e9c9
19 changed files with 34 additions and 35 deletions
23
arduboy-rust/Wrapper-Project/src/main.h
Normal file
23
arduboy-rust/Wrapper-Project/src/main.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../../import_config.h"
|
||||
|
||||
#if defined(Arduboy2_Library)
|
||||
#include <Arduboy2.h>
|
||||
Arduboy2 arduboy;
|
||||
#include "./library/arduboy/arduboy_export.h"
|
||||
#include "./library/arduboy/sprites_export.h"
|
||||
#endif
|
||||
|
||||
#if defined(ArduboyTones_Library)
|
||||
#include <ArduboyTones.h>
|
||||
#include "./library/arduboy/arduboy_tones_export.h"
|
||||
#endif
|
||||
|
||||
#if defined(Arduino_Library)
|
||||
#include "./library/arduino/arduino_export.h"
|
||||
#endif
|
||||
|
||||
#if defined(EEPROM_Library)
|
||||
#include "./library/arduino/eeprom_export.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue