bring in RTC functionality

This commit is contained in:
joeycastillo
2024-09-18 15:06:38 -04:00
parent 0585a1d0d8
commit 29d6ce42f1
5 changed files with 63 additions and 84 deletions

View File

@@ -57,7 +57,11 @@
deepest sleep mode available on the SAM L22.
*/
// #include "watch_rtc.h"
/** @brief Typedef for a general-purpose callback function.
*/
typedef void (*watch_cb_t)(void);
#include "watch_rtc.h"
// #include "watch_slcd.h"
// #include "watch_extint.h"
#include "watch_tcc.h"