We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b9464 commit 4573695Copy full SHA for 4573695
variants/Geekble_ESP32C3/pins_arduino.h
@@ -3,9 +3,13 @@
3
4
#include <stdint.h>
5
6
-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
+static const uint8_t LED_BUILTIN = 10;
+#define BUILTIN_LED LED_BUILTIN // backward compatibility
+#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;
0 commit comments