mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Added LED_BUILTIN constant to Leonardo board
This commit is contained in:
parent
537388337d
commit
350eb86dca
@ -101,6 +101,7 @@
|
||||
|
||||
static const uint8_t SDA = 2;
|
||||
static const uint8_t SCL = 3;
|
||||
static const uint8_t LED_BUILTIN = 13;
|
||||
|
||||
// Map SPI port to 'new' pins D14..D17
|
||||
static const uint8_t SS = 17;
|
||||
|
Loading…
x
Reference in New Issue
Block a user