move the Wrapper-Project out of the root directory and change readme and docs

This commit is contained in:
ZennDev1337 2023-08-16 12:08:25 +02:00
parent fd48cc36c5
commit 747ec6e9c9
19 changed files with 34 additions and 35 deletions

View file

@ -1,23 +0,0 @@
#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