refactor counter

This commit is contained in:
2021-02-07 23:03:40 +01:00
parent 0b1c0fda48
commit 74dc3ca220
4 changed files with 77 additions and 49 deletions

10
cube/User/Inc/counter.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef _COUNTER_H_
#define _COUNTER_H_
void counterInit();
void mainsCntsInputCaptureCallback(TIM_HandleTypeDef *htim);
#endif /* _COUNTER_H_ */