summaryrefslogtreecommitdiff
path: root/wasp/boards/nitrogen/watch.py.in
blob: 0148d95a6692ecb8276e2d7c40f86c2df9031e1f (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-3.0-or-later
# Copyright (C) 2020 Daniel Thompson

from machine import RTCounter as RTC

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