We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faae742 commit 8645bd5Copy full SHA for 8645bd5
variants/ESPDuino/pins_arduino.h
@@ -41,7 +41,7 @@ static const uint8_t MOSI = 13;
41
static const uint8_t MISO = 12;
42
static const uint8_t SCK = 14;
43
44
-static const uint8_t BUILTIN_LED = 16;
+static const uint8_t LED_BUILTIN = 16;
45
46
static const uint8_t A0 = 17;
47
@@ -65,4 +65,4 @@ static const uint8_t A0 = 17;
65
#define SERIAL_PORT_HARDWARE Serial
66
#define SERIAL_PORT_HARDWARE_OPEN Serial
67
68
-#endif /* Pins_Arduino_h */
+#endif /* Pins_Arduino_h */
0 commit comments