mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-30 05:24:00 +03:00
keep arduino incompatible BUILTIN_LED
This commit is contained in:
@@ -43,6 +43,8 @@ static const uint8_t SCK = 14;
|
|||||||
|
|
||||||
static const uint8_t LED_BUILTIN = 16;
|
static const uint8_t LED_BUILTIN = 16;
|
||||||
|
|
||||||
|
static const uint8_t BUILTIN_LED = 16;
|
||||||
|
|
||||||
static const uint8_t A0 = 17;
|
static const uint8_t A0 = 17;
|
||||||
|
|
||||||
// These serial port names are intended to allow libraries and architecture-neutral
|
// These serial port names are intended to allow libraries and architecture-neutral
|
||||||
|
|||||||
Reference in New Issue
Block a user