You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on an object-oriented platform for the Arduino and have start to add support for several Arduino boards.
A compiler defined preprocessor symbol with the Arduino board would help when writing variant code. For instance -DBOARD=MEGA2560 passed to g++. This could come from the variant file (boards.txt).
For now I am using the AVR processor symbol (as in the Arduino code).
Hi!
I am working on an object-oriented platform for the Arduino and have start to add support for several Arduino boards.
A compiler defined preprocessor symbol with the Arduino board would help when writing variant code. For instance -DBOARD=MEGA2560 passed to g++. This could come from the variant file (boards.txt).
For now I am using the AVR processor symbol (as in the Arduino code).
Keep up the great work, Mikael
PS: For interested the platform is available on github https://github.com/mikaelpatel/Cosa DS.
The text was updated successfully, but these errors were encountered: