arduino-audio-tools/examples/examples-desktop/min-generator
2023-06-05 01:58:38 +02:00
..
CMakeLists.txt cmake min example 2023-05-13 05:29:30 +02:00
min-generator.ino use AudioInfo info examples 2023-06-05 01:58:38 +02:00
README.md min desktop example 2023-05-01 12:03:30 +02:00

Minimum Desktop Runtime

We provide some generic output which will also work on Linux, Windows and OS/X The cmake is downloading all dependencies and builds an executable from the sketch.

This example is not using the Arduino-Emulator!

You just need to provide an Arduino Sketch as cpp file. In our example we use an example setup that can be compiled both in Arduin and with cmake:

  • the sketch is provided as ino file
  • you must not include Arduino.h since this is not available

To build the example execute

mkdir build
cd build
cmake ..
make