1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

changed BUILTIN_LED to LED_BUILTIN

This commit is contained in:
Alex
2016-02-02 15:58:48 +01:00
parent faae74208d
commit 8645bd598e

View File

@ -41,7 +41,7 @@ static const uint8_t MOSI = 13;
static const uint8_t MISO = 12;
static const uint8_t SCK = 14;
static const uint8_t BUILTIN_LED = 16;
static const uint8_t LED_BUILTIN = 16;
static const uint8_t A0 = 17;
@ -65,4 +65,4 @@ static const uint8_t A0 = 17;
#define SERIAL_PORT_HARDWARE Serial
#define SERIAL_PORT_HARDWARE_OPEN Serial
#endif /* Pins_Arduino_h */
#endif /* Pins_Arduino_h */