summaryrefslogtreecommitdiff
path: root/wasp/boards/nitrogen/watch.py
blob: fdfdba98bc136edb75b67149ed4e2adc6210c9b6 (plain)
1
2
3
4
5
from machine import RTCounter as RTC

# Start measuring time (and feeding the watchdog)
rtc = RTC(1, mode=RTC.PERIODIC)
rtc.start()