Skip to content

Commit 91db2f0

Browse files
authored
Merge pull request #2959 from FoamyGuy/sparkle_motion_examples
sparkle motion IR remote corrected neopixel pin & count
2 parents eae4509 + 6204ca3 commit 91db2f0

File tree

1 file changed

+1
-1
lines changed
  • Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote

1 file changed

+1
-1
lines changed

Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
t0 = next_heartbeat = time.monotonic()
2424

25-
pixel = neopixel.NeoPixel(board.NEOPIXEL, 1)
25+
pixel = neopixel.NeoPixel(board.D21, 8)
2626

2727
brightness = 1
2828
pixel.brightness = brightness / 10

0 commit comments

Comments
 (0)