This commit is contained in:
richonguzman
2025-04-24 09:44:57 -04:00
parent e689bb592c
commit 4f9eac9e5c
44 changed files with 184 additions and 57 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef SLEEP_UTILS_H_
#define SLEEP_UTILS_H_
#include <Arduino.h>
namespace SLEEP_Utils {
void setup();
}
#endif