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 f4d910e commit 7827c53Copy full SHA for 7827c53
variants/adafruit_qtpy_esp32/pins_arduino.h
@@ -11,8 +11,8 @@
11
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
12
#define digitalPinHasPWM(p) (p < 34)
13
14
-static const uint8_t PIN_NEOPIXEL = 5;
15
-static const uint8_t NEOPIXEL_POWER = 8;
+#define PIN_NEOPIXEL 5
+#define NEOPIXEL_POWER 8
16
17
static const uint8_t TX = 32;
18
static const uint8_t RX = 7;
0 commit comments