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 f68d450 commit 7713854Copy full SHA for 7713854
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
### Added
9
+- Definition of `LED_BUILTIN`, first reported by `dfrencham` on GitHub
10
11
### Changed
12
cpp/arduino/ArduinoDefines.h
@@ -89,3 +89,6 @@
89
#define TIMER5B 17
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__)
93
+ #define LED_BUILTIN 13
94
+#endif
0 commit comments