Closed
Description
When dealing with loads of Arduino Sketches, you might get tired of switching the Board from one to another.
A header that auto-selects various build settings would make life a lot easier in this case.
To given an example of such a header
/* Arduino board definition header
*
* @arduino.board=Node32s
* @arduino.flashfreq=80MHz
*/
I hope others find this an interesting solution too!