11 lines
151 B
C
Raw Normal View History

2021-02-07 23:03:40 +01:00
#ifndef _COUNTER_H_
#define _COUNTER_H_
void counterInit();
void mainsCntsInputCaptureCallback(TIM_HandleTypeDef *htim);
#endif /* _COUNTER_H_ */