get rid of unused variable

This commit is contained in:
Jeff Epler 2022-05-10 11:31:11 -05:00
parent 3b495653c0
commit c321011de6
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -140,7 +140,6 @@ if __name__ == "__main__":
NEOPIXEL = board.NEOPIXEL
NUM_PIXELS = 12
pixels = NeoPixelBackground(NEOPIXEL, NUM_PIXELS)
i = 0
while True:
# Around 1 cycle per second
pixels.fill(rainbowio.colorwheel(supervisor.ticks_ms() // 4))