We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e899dc commit d88c048Copy full SHA for d88c048
variants/xinabox/pins_arduino.h
@@ -14,6 +14,12 @@
14
static const uint8_t LED_BUILTIN = 27;
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
17
+static const uint8_t LED_GREEN = 26;
18
+#define GREEN_LED LED_GREEN // backward compatibility
19
+
20
+static const uint8_t LED_RED = 25;
21
+#define RED_LED LED_RED // backward compatibility
22
23
static const uint8_t TX = 1;
24
static const uint8_t RX = 3;
25
0 commit comments