We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c39877 commit 8e75498Copy full SHA for 8e75498
variants/Geekble_ESP32C3/pins_arduino.h
@@ -7,6 +7,10 @@ static const uint8_t LED_BUILTIN = 10;
7
#define BUILTIN_LED LED_BUILTIN // backward compatibility
8
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
9
10
+static const uint8_t SW_BUILTIN = 9;
11
+#define BUILTIN_SW SW_BUILTIN // backward compatibility
12
+#define SW_BUILTIN SW_BUILTIN // allow testing #ifdef SW_BUILTIN
13
+
14
static const uint8_t TX = 21;
15
static const uint8_t RX = 20;
16
0 commit comments