updated countdown timer, new apps orgasmotron and yatzee, and formatting on all and GPIO Reader 2

This commit is contained in:
RogueMaster
2022-12-16 15:40:14 -05:00
parent 9cb7e75029
commit 28afd483df
22 changed files with 1837 additions and 145 deletions

View File

@@ -7,4 +7,6 @@ void notification_beep_once();
void notification_off();
void notification_timeup();
void parse_sec_to_time_str(char* buffer, size_t len, int32_t sec);
#endif // __UTILS_H__