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