Skip to content

pschatzmann/Arduino-Emulator

Repository files navigation

An Arduino C++ Emulator Library

Linux build Unit tests

Using this Project as a library

If you have an Arduino Sketch that you want to run e.g in Linux, OS/X or Windows you can include this library with cmake. Here is an example cmake file for an Arduino Audio Sketch).

GPIO/SPI/I2C

We provide some alternative implementations:

  • Dummy Implementatin which does nothing
  • Communicate changes to/from a Microcontroller using UDP or any Arduino Stream
  • Linux / Rasperry PI

Documentation