added the serial library

This commit is contained in:
ZennDev1337 2023-09-20 16:39:36 +02:00
parent 65db708e61
commit 5dbe66e910
8 changed files with 235 additions and 1 deletions

View file

@ -26,3 +26,5 @@ ArdVoice ardvoice;
#if defined(EEPROM_Library)
#include "./library/arduino/eeprom_export.h"
#endif
#include "./library/arduino/arduino_serial_export.h"