diff --git a/Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote/code.py b/Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote/code.py index c6eac085f..48bbce7db 100644 --- a/Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote/code.py +++ b/Sparkle_Motion_Examples/CircuitPython_Sparkle_Motion_IR_Remote/code.py @@ -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