Skip to content

Commit 0e5e67e

Browse files
committed
Added LED_BUILTIN constant to Leonardo board
1 parent 24dc51b commit 0e5e67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/leonardo/pins_arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101

102102
static const uint8_t SDA = 2;
103103
static const uint8_t SCL = 3;
104+
static const uint8_t LED_BUILTIN = 13;
104105

105106
// Map SPI port to 'new' pins D14..D17
106107
static const uint8_t SS = 17;

0 commit comments

Comments
 (0)