Skip to content

Commit

Permalink
Merge pull request #2959 from FoamyGuy/sparkle_motion_examples
Browse files Browse the repository at this point in the history
sparkle motion IR remote corrected neopixel pin & count
  • Loading branch information
FoamyGuy authored Jan 29, 2025
2 parents eae4509 + 6204ca3 commit 91db2f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

t0 = next_heartbeat = time.monotonic()

pixel = neopixel.NeoPixel(board.NEOPIXEL, 1)
pixel = neopixel.NeoPixel(board.D21, 8)

brightness = 1
pixel.brightness = brightness / 10
Expand Down

0 comments on commit 91db2f0

Please sign in to comment.