Make reset do more of a light show
This commit is contained in:
parent
ea6b9c113d
commit
9796dcb9a4
@ -46,5 +46,14 @@ def reset():
|
||||
pin.setup()
|
||||
pin.fade_blink(3, 0.5)
|
||||
|
||||
for name, pin in pins.items():
|
||||
pin.on()
|
||||
time.sleep(0.5)
|
||||
|
||||
time.sleep(0.5)
|
||||
|
||||
for name, pin in pins.items():
|
||||
pin.off()
|
||||
|
||||
|
||||
reset()
|
||||
|
Loading…
Reference in New Issue
Block a user