We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cc3ee commit 01d3221Copy full SHA for 01d3221
variants/Geekble_Nano_ESP32S3/pins_arduino.h
@@ -36,6 +36,9 @@ static const uint8_t A7 = 14;
36
// alternate pin functions
37
38
static const uint8_t LED_BUILTIN = D13;
39
+#define BUILTIN_LED LED_BUILTIN // backward compatibility
40
+#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
41
+
42
static const uint8_t SW_BUILTIN = 0;
43
44
static const uint8_t TX = D1;
0 commit comments