sunday low power work

This commit is contained in:
Joey Castillo
2021-05-02 23:31:07 -04:00
parent 88a38cc235
commit 471bdc60c0
6 changed files with 38 additions and 33 deletions

View File

@@ -12,6 +12,8 @@
void watch_init(Watch *watch) {
memset(watch, 0, sizeof(*watch));
SUPC->VREG.bit.SEL = 1;
while(!SUPC->STATUS.bit.VREGRDY);
}
const uint8_t Character_Set[] =