add a new deep sleep mode alongside backup mode

This commit is contained in:
Joey Castillo
2021-09-18 12:57:21 -04:00
parent d97e74058f
commit 5ff4a88374
7 changed files with 137 additions and 37 deletions

View File

@@ -47,6 +47,9 @@ int main(void) {
}
watch_disable_digital_input(VBUS_DET);
// initialize the delay driver before any user code is called.
delay_driver_init();
// User code. Give the app a chance to initialize its data structures and state.
app_init();