This commit is contained in:
richonguzman 2025-05-08 12:53:55 -04:00
parent 3cc8fed15f
commit 10798d2c9a
4 changed files with 21 additions and 11 deletions

View file

@ -8,6 +8,7 @@ namespace SLEEP_Utils {
void setup();
void checkWakeUpFlag();
void startSleeping();
void checkSerial();
}