diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-11-03 18:07:01 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-11-03 18:07:01 +0100 |
commit | 0e5e67e23de040d2c1e3e0f7f16dcb1d0516ec51 (patch) | |
tree | 6d791d55f96a09befa5d31fec5babbe179096f25 /variants | |
parent | 24dc51bfde72f82022c130bd5c2b03c0c2998e20 (diff) |
Added LED_BUILTIN constant to Leonardo board
Diffstat (limited to 'variants')
-rw-r--r-- | variants/leonardo/pins_arduino.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variants/leonardo/pins_arduino.h b/variants/leonardo/pins_arduino.h index 2c7f837..571322b 100644 --- a/variants/leonardo/pins_arduino.h +++ b/variants/leonardo/pins_arduino.h @@ -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; |