This commit is contained in:
2021-03-09 18:38:56 +01:00
parent c27cd94e7e
commit 7fa6fe176c
4 changed files with 49 additions and 0 deletions

8
src/main/timer.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _PCNT_H_
#define _PCNT_H_
void timerInit();
#endif // _PCNT_H_