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 1f2bf69 commit 8fbd7e6Copy full SHA for 8fbd7e6
variants/axiometa_pixie_m1/pins_arduino.h
@@ -9,15 +9,15 @@
9
10
// Pixie has a built in RGB LED WS2812B and a regular LED
11
#define PIN_RGB_LED 21
12
-#define PIN_LED 11
+#define PIN_LED 11
13
// Regular built-in LED (pin 11) - for use with digitalWrite()
14
#define LED_BUILTIN PIN_LED
15
#define BUILTIN_LED LED_BUILTIN // backward compatibility
16
// RGB LED (pin 21) - use with RGB library functions
17
#define RGB_LED PIN_RGB_LED
18
// Allow testing for LED_BUILTIN
19
#ifdef LED_BUILTIN
20
- // Defined and ready to use
+// Defined and ready to use
21
#endif
22
23
static const uint8_t TX = 43;
0 commit comments