Skip to content

Commit 5f652ad

Browse files
Update neopixel.ino
Added additional board check for the nrf52840 Feather to allow the onboard pixel to function.
1 parent 75d1e92 commit 5f652ad

File tree

1 file changed

+1
-1
lines changed
  • libraries/Bluefruit52Lib/examples/Peripheral/neopixel

1 file changed

+1
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/neopixel/neopixel.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define NEOPIXEL_VERSION_STRING "Neopixel v2.0"
3232

3333
/* Pin used to drive the NeoPixels */
34-
#if defined ARDUINO_NRF52840_CIRCUITPLAY
34+
#if defined ARDUINO_NRF52840_CIRCUITPLAY || defined ARDUINO_NRF52840_FEATHER
3535
#define PIN PIN_NEOPIXEL
3636
#elif defined ARDUINO_NRF52832_FEATHER
3737
#define PIN 30

0 commit comments

Comments
 (0)