8 lines
74 B
C
8 lines
74 B
C
#ifndef _PCNT_H_
|
|
#define _PCNT_H_
|
|
|
|
void timerInit();
|
|
|
|
|
|
|
|
#endif // _PCNT_H_
|