Skip to content

Commit c321011

Browse files
committed
get rid of unused variable
1 parent 3b49565 commit c321011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pioasm_neopixel_bg.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def _transmit(self, buf):
140140
NEOPIXEL = board.NEOPIXEL
141141
NUM_PIXELS = 12
142142
pixels = NeoPixelBackground(NEOPIXEL, NUM_PIXELS)
143-
i = 0
144143
while True:
145144
# Around 1 cycle per second
146145
pixels.fill(rainbowio.colorwheel(supervisor.ticks_ms() // 4))

0 commit comments

Comments
 (0)