1
0
Fork 0
jebbatime/wasp/boards/dsd6/watch.py

6 lines
132 B
Python
Raw Normal View History

from machine import RTCounter as RTC
# Start measuring time (and feeding the watchdog)
rtc = RTC(1, mode=RTC.PERIODIC)
rtc.start()