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.
2 parents 75d1e92 + 5f652ad commit 527e62dCopy full SHA for 527e62d
libraries/Bluefruit52Lib/examples/Peripheral/neopixel/neopixel.ino
@@ -31,7 +31,7 @@
31
#define NEOPIXEL_VERSION_STRING "Neopixel v2.0"
32
33
/* Pin used to drive the NeoPixels */
34
-#if defined ARDUINO_NRF52840_CIRCUITPLAY
+#if defined ARDUINO_NRF52840_CIRCUITPLAY || defined ARDUINO_NRF52840_FEATHER
35
#define PIN PIN_NEOPIXEL
36
#elif defined ARDUINO_NRF52832_FEATHER
37
#define PIN 30
0 commit comments