Merge pull request #2959 from FoamyGuy/sparkle_motion_examples
sparkle motion IR remote corrected neopixel pin & count
This commit is contained in:
commit
91db2f004c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue