Working manager & statemachine tasks; timers still bugged; statemachine init bugged

This commit is contained in:
dario
2023-09-27 00:07:23 +02:00
parent 5bf6cca3b1
commit 817db58a0e
10 changed files with 83 additions and 31 deletions

View File

@@ -58,6 +58,9 @@ namespace sta
*/
void loop();
/**
* @brief This function is executed first when this thread is started.
*/
virtual void init();
/**