Skip to content

Commit 51b8e52

Browse files
committed
update pin for feather neopixel
1 parent dae79f7 commit 51b8e52

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
@@ -7,7 +7,7 @@
77
#include <Adafruit_NeoPixel.h>
88
#include <bluefruit.h>
99

10-
#define PIN 23 /* Pin used to drive the NeoPixels */
10+
#define PIN 30 /* Pin used to drive the NeoPixels */
1111

1212
#define MAXCOMPONENTS 4
1313
uint8_t *pixelBuffer = NULL;

0 commit comments

Comments
 (0)