Implemented the timer library

This commit is contained in:
2022-11-11 17:18:07 +00:00
parent 2c143a8be5
commit e0ab4106fa
5 changed files with 352 additions and 41 deletions

View File

@@ -132,7 +132,7 @@ int main() {
Payload payloads[] = {
{"interactions.toy", "standard", hookStandard}, //interactions needs standard
{"standard.toy", "standard", hookStandard},
// {"timer.toy", "timer", hookTimer},
{"timer.toy", "timer", hookTimer},
{NULL, NULL, NULL}
};