diff options
author | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2023-05-20 12:45:38 +0530 |
---|---|---|
committer | Blaster4385 <venkateshchaturvedi12@gmail.com> | 2023-05-20 19:23:13 +0530 |
commit | 5fd76b071a7b5b359abd62ab18ab9d42fad0d1a4 (patch) | |
tree | d58e55b33e238dfda491207c3e22e16644e8411c /datetimeHandler.h |
Initial System Monitor Code
Diffstat (limited to 'datetimeHandler.h')
-rw-r--r-- | datetimeHandler.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/datetimeHandler.h b/datetimeHandler.h new file mode 100644 index 0000000..d51a8d6 --- /dev/null +++ b/datetimeHandler.h @@ -0,0 +1,13 @@ +#ifndef __DATETIMEHANDLER_H__ +#define __DATETIMEHANDLER_H__ + +#include<Arduino.h> + +extern uint8_t localTemp; +extern uint8_t localHum; +extern uint8_t hour; +extern uint8_t minute; +extern uint8_t time_tab[6]; +extern void setTime(String time); + +#endif // __DATETIMEHANDLER_H__ |