We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c835f commit 00a213dCopy full SHA for 00a213d
1 file changed
examples/led_rainbow.py
@@ -40,7 +40,7 @@ def sleep_until(end_time):
40
# Update all the LEDs
41
for i in range(NUM_LEDS):
42
hue = float(i) / NUM_LEDS
43
- board.leds.set_hsv(i, hue + offset, 1.0, BRIGHTNESS, slow=AUTO_SHOW)
+ board.leds.set_hsv(i, hue + offset, 1.0, BRIGHTNESS, show=AUTO_SHOW)
44
45
# If the LEDs were not updated when they were set, update them all now
46
if not AUTO_SHOW:
0 commit comments