Skip to content

Commit 527e62d

Browse files
authored
Merge pull request #629 from patrick-dojofive/patch-1
Update neopixel.ino
2 parents 75d1e92 + 5f652ad commit 527e62d

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)