2023-08-06 18:14:49 +02:00
|
|
|
#pragma once
|
|
|
|
|
2023-08-16 12:08:25 +02:00
|
|
|
#include "../../../import_config.h"
|
2023-08-15 15:25:08 +02:00
|
|
|
|
|
|
|
#if defined(Arduboy2_Library)
|
2023-08-06 18:14:49 +02:00
|
|
|
#include <Arduboy2.h>
|
2023-08-15 15:25:08 +02:00
|
|
|
Arduboy2 arduboy;
|
2023-08-14 16:05:11 +02:00
|
|
|
#include "./library/arduboy/arduboy_export.h"
|
|
|
|
#include "./library/arduboy/sprites_export.h"
|
2023-08-15 15:25:08 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(ArduboyTones_Library)
|
|
|
|
#include <ArduboyTones.h>
|
2023-08-14 16:05:11 +02:00
|
|
|
#include "./library/arduboy/arduboy_tones_export.h"
|
2023-08-15 15:25:08 +02:00
|
|
|
#endif
|
2023-09-12 18:52:18 +02:00
|
|
|
#if defined(ArdVoice_Library)
|
|
|
|
#include <ArdVoice.h>
|
|
|
|
ArdVoice ardvoice;
|
|
|
|
#include "./library/ardvoice/ardvoice.h"
|
|
|
|
#endif
|
2023-08-15 15:25:08 +02:00
|
|
|
|
|
|
|
#if defined(Arduino_Library)
|
2023-08-14 16:05:11 +02:00
|
|
|
#include "./library/arduino/arduino_export.h"
|
2023-08-15 15:25:08 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(EEPROM_Library)
|
2023-08-14 16:05:11 +02:00
|
|
|
#include "./library/arduino/eeprom_export.h"
|
2023-08-15 15:25:08 +02:00
|
|
|
#endif
|