11 lines
151 B
C
11 lines
151 B
C
#ifndef _COUNTER_H_
|
|
#define _COUNTER_H_
|
|
|
|
|
|
|
|
void counterInit();
|
|
void mainsCntsInputCaptureCallback(TIM_HandleTypeDef *htim);
|
|
|
|
|
|
#endif /* _COUNTER_H_ */
|