Merge pull request #2959 from FoamyGuy/sparkle_motion_examples

sparkle motion IR remote corrected neopixel pin & count
This commit is contained in:
foamyguy 2025-01-29 14:40:12 -06:00 committed by GitHub
commit 91db2f004c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ IR_CODE_LEFT = (0, 253, 16, 239)
t0 = next_heartbeat = time.monotonic()
pixel = neopixel.NeoPixel(board.NEOPIXEL, 1)
pixel = neopixel.NeoPixel(board.D21, 8)
brightness = 1
pixel.brightness = brightness / 10