mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-03 07:02:28 +03:00
NodeMCU: BUILTIN_LED is on GPIO16
see: https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png
This commit is contained in:
parent
b297dda279
commit
de9b029d8d
@ -42,7 +42,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 = 1;
|
||||
static const uint8_t BUILTIN_LED = 16;
|
||||
|
||||
static const uint8_t A0 = 17;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user