Upload files to "/"

This commit is contained in:
2025-09-11 17:56:30 +00:00
parent d70675b9e7
commit 91e1fa894b

3
main.h Normal file
View File

@@ -0,0 +1,3 @@
void wait_period(void);
int map(int value, int old_min, int old_max,int new_min, int new_max);
void setupTimer(void);