diff options
Diffstat (limited to 'wasp/boards/nitrogen/watch.py')
| -rw-r--r-- | wasp/boards/nitrogen/watch.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/wasp/boards/nitrogen/watch.py b/wasp/boards/nitrogen/watch.py deleted file mode 100644 index 0148d95..0000000 --- a/wasp/boards/nitrogen/watch.py +++ /dev/null @@ -1,8 +0,0 @@ -# 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() |
