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 75d1e92 commit 5f652adCopy full SHA for 5f652ad
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