Make reset do more of a light show
This commit is contained in:
parent
9796dcb9a4
commit
eba0a88f81
@ -48,9 +48,9 @@ def reset():
|
||||
|
||||
for name, pin in pins.items():
|
||||
pin.on()
|
||||
time.sleep(0.5)
|
||||
time.sleep(0.3)
|
||||
|
||||
time.sleep(0.5)
|
||||
time.sleep(1)
|
||||
|
||||
for name, pin in pins.items():
|
||||
pin.off()
|
||||
|
Loading…
Reference in New Issue
Block a user