alarm stuff

This commit is contained in:
Wolfgang Hottgenroth
2017-06-02 17:30:39 +02:00
parent 56f96e5f26
commit 4739491654
7 changed files with 57 additions and 5 deletions

View File

@ -17,5 +17,6 @@ typedef enum {
void secondTick(void *handle);
void startTimer();
void stopTimer();
#endif /* TIMER_H_ */