Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 483 Bytes

fakeduino

Code-compatible (yet incomplete) implementation of Arduino API for testing ahd debugging sketches on the desktop

Screenshot

A Qt application that allows for the joint compilation of arduino sketches, to be tested on the desktop.

Currently it can simulate a 16x2 LCD, a DHT, and button inputs. Also allows the sketch to use a real serial port, with a builtin serial monitor. New components can be added with ease if a future project requires.