Does anyone know if there is a way to insert the sketch name as a variable at the time of compiling?
I am working on 10 matching projects that are in different locations, and what I am hoping for is some way to put the sketch name (which includes our revision number) into a char array, so upon startup the name sketch programmed on the arduino would be printed to the lcd.
It lets me see which sketch is loaded, and which version of the sketch. It would be relatively simple to display that text on a screen instead of printing it to the serial port.
It lets me see which sketch is loaded, and which version of the sketch. It would be relatively simple to display that text on a screen instead of printing it to the serial port.