Rust-for-Arduboy/arduboy-rust/Wrapper-Project/src/main.h

24 lines
504 B
C
Raw Normal View History

2023-08-06 18:14:49 +02:00
#pragma once
#include "../../../import_config.h"
#if defined(Arduboy2_Library)
2023-08-06 18:14:49 +02:00
#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