-
Notifications
You must be signed in to change notification settings - Fork 1
Building a Sketch for the Desktop
Phil Schatzmann edited this page Feb 25, 2022
·
1 revision
The functionality can be built and executed on the desktop. All you need is a C++ development environment installed on your desktop computer. E.g the code of the time-to-text example is built with the following instructions starting from the Arduino libraries folder:
cd arduino-simple-tts
mkdir build
cd build
cmake ..
make time-to-text
Then you can execute it with
./examples/time-to-text/time-to-text
Which will print ITS NOON
- number-to-text
- time-to-text
- unit-to-text
- time-to-speech
- number-to-speech
- unit-to-speech