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