Skip to content

Functionality update

Compare
Choose a tag to compare
@berrak berrak released this 11 Aug 16:21
· 48 commits to master since this release

Corrections

  • Update the mylink script to adhere to Arduino IDE's requirement to have the sketches in separate folders when opening code in the device tree hierarchy and not below CODE.

Enhancements

  • In addition, the output from My_Macros.h includes the matching define, for example, Matched defined(ARDUINO_AVR_UNO) to remind ourselves what define causes the outcome. These definitions are very useful in the code, and based on that, include, exclude code, or add some macros.