9
0
Fork 0
sumorobot-firmware/boot.py

6 lines
121 B
Python
Raw Normal View History

2020-08-12 19:35:28 +00:00
from utime import sleep_ms
# Give time to cancel boot script
print("Press Ctrl-C to stop boot script...")
sleep_ms(500)