added ArdVoice Library
This commit is contained in:
parent
959d112b90
commit
dca8e5ec03
8 changed files with 611 additions and 4 deletions
|
@ -13,6 +13,11 @@ Arduboy2 arduboy;
|
|||
#include <ArduboyTones.h>
|
||||
#include "./library/arduboy/arduboy_tones_export.h"
|
||||
#endif
|
||||
#if defined(ArdVoice_Library)
|
||||
#include <ArdVoice.h>
|
||||
ArdVoice ardvoice;
|
||||
#include "./library/ardvoice/ardvoice.h"
|
||||
#endif
|
||||
|
||||
#if defined(Arduino_Library)
|
||||
#include "./library/arduino/arduino_export.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue