We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220b02a commit fd6f7c0Copy full SHA for fd6f7c0
variants/ESPDuino/pins_arduino.h
@@ -43,6 +43,8 @@ static const uint8_t SCK = 14;
43
44
static const uint8_t LED_BUILTIN = 16;
45
46
+static const uint8_t BUILTIN_LED = 16;
47
+
48
static const uint8_t A0 = 17;
49
50
// These serial port names are intended to allow libraries and architecture-neutral
0 commit comments