Skip to content

Commit 00a213d

Browse files
Fixed typo
1 parent 00c835f commit 00a213d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/led_rainbow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def sleep_until(end_time):
4040
# Update all the LEDs
4141
for i in range(NUM_LEDS):
4242
hue = float(i) / NUM_LEDS
43-
board.leds.set_hsv(i, hue + offset, 1.0, BRIGHTNESS, slow=AUTO_SHOW)
43+
board.leds.set_hsv(i, hue + offset, 1.0, BRIGHTNESS, show=AUTO_SHOW)
4444

4545
# If the LEDs were not updated when they were set, update them all now
4646
if not AUTO_SHOW:

0 commit comments

Comments
 (0)