We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e13017 commit 6f326f8Copy full SHA for 6f326f8
cpp/arduino/ArduinoDefines.h
@@ -90,6 +90,7 @@
90
#define TIMER5C 18
91
92
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega32U4__) || defined(__AVR_ATmega328__) || defined(__AVR_ATmega168__) || defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__SAM3X8E__) || defined(__SAMD21G18A__)
93
+ // Verified on these platforms, see https://github.com/Arduino-CI/arduino_ci/pull/341#issuecomment-1368118880
94
#define LED_BUILTIN 13
95
#endif
96
0 commit comments