STS_P2/PeopleCount(VL53L1A2)/Core/Inc/user_tim.h

12 lines
157 B
C

#ifndef __USER_TIM_H
#define __USER_TIM_H
#include "tim.h"
void StartTIM(TIM_TypeDef *TIMx);
void StopTIM(TIM_TypeDef *TIMx);
#endif /* __USER_TIM_H */