add deep sleep mode

This commit is contained in:
2025-04-19 16:00:18 +02:00
parent 9abfb936a3
commit e4663df500
4 changed files with 47 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
void setup();
void print(const char* text);
void print_weight(double weight);
void clear();
};
#endif