refactor counter
This commit is contained in:
10
cube/User/Inc/counter.h
Normal file
10
cube/User/Inc/counter.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _COUNTER_H_
|
||||
#define _COUNTER_H_
|
||||
|
||||
|
||||
|
||||
void counterInit();
|
||||
void mainsCntsInputCaptureCallback(TIM_HandleTypeDef *htim);
|
||||
|
||||
|
||||
#endif /* _COUNTER_H_ */
|
Reference in New Issue
Block a user