bring in deep sleep / external wake functions

This commit is contained in:
joeycastillo
2024-09-18 17:37:20 -04:00
parent c02c89c880
commit d0ca6a025a
5 changed files with 160 additions and 126 deletions

View File

@@ -71,7 +71,7 @@ typedef void (*watch_cb_t)(void);
// #include "watch_spi.h"
// #include "watch_uart.h"
// #include "watch_storage.h"
// #include "watch_deepsleep.h"
#include "watch_deepsleep.h"
/** @brief Interrupt handler for the SYSTEM interrupt, which handles MCLK,
* OSC32KCTRL, OSCCTRL, PAC, PM and SUPC.