Files
mains-frequency-counter-esp32/src/main/timer.h
2021-03-09 18:38:56 +01:00

8 lines
74 B
C

#ifndef _PCNT_H_
#define _PCNT_H_
void timerInit();
#endif // _PCNT_H_