Adjust blink time
This commit is contained in:
parent
02136bc0eb
commit
3bfe548b44
@ -35,6 +35,6 @@ pins = {
|
||||
def reset():
|
||||
for name, pin in pins.items():
|
||||
pin.setup()
|
||||
pin.blink(3, 0.3)
|
||||
pin.blink(3, 0.5)
|
||||
|
||||
reset()
|
||||
|
Loading…
Reference in New Issue
Block a user