News

arduino/compile-sketches action This action checks whether Arduino sketches compile and produces a report of data from the compilations.
The Arduino IDE abstracts the main() function away from you in the IDE. To emulate this, I have the makefile perform some string concatenation during the build process to create the needed main.cpp ...