documentation!

This commit is contained in:
Joey Castillo
2021-08-05 15:49:20 -04:00
parent fb249f9b48
commit 4e0f249bd2
7 changed files with 729 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
//////////////////////////////////////////////////////////////////////////////////////////
// Initialization
void watch_init() {
void _watch_init() {
// Use switching regulator for lower power consumption.
SUPC->VREG.bit.SEL = 1;
while(!SUPC->STATUS.bit.VREGRDY);