mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
Renaming LED to LED_BUILTIN.
http://code.google.com/p/arduino/issues/detail?id=651
This commit is contained in:
parent
8336c88211
commit
18838fb44a
@ -39,7 +39,7 @@ const static uint8_t SCK = 52;
|
||||
|
||||
const static uint8_t SDA = 20;
|
||||
const static uint8_t SCL = 21;
|
||||
const static uint8_t LED = 13;
|
||||
const static uint8_t LED_BUILTIN = 13;
|
||||
|
||||
const static uint8_t A0 = 54;
|
||||
const static uint8_t A1 = 55;
|
||||
|
@ -44,7 +44,7 @@ const static uint8_t SCK = 13;
|
||||
|
||||
const static uint8_t SDA = 18;
|
||||
const static uint8_t SCL = 19;
|
||||
const static uint8_t LED = 13;
|
||||
const static uint8_t LED_BUILTIN = 13;
|
||||
|
||||
const static uint8_t A0 = 14;
|
||||
const static uint8_t A1 = 15;
|
||||
|
Loading…
x
Reference in New Issue
Block a user