add getSeconds, sound controller, mute/unmute switches

This commit is contained in:
2024-04-15 16:23:51 +02:00
parent 53e538b112
commit 2404910870
5 changed files with 87 additions and 0 deletions

View File

@ -31,6 +31,7 @@ void schDel(void (*exec)(void *), void *handle);
void schExec();
void schUpdate();
uint8_t schTaskCnt();
uint32_t getSeconds();
#endif /* PONTCOOPSCHEDULER_H_ */