Files
2026-01-13 14:52:42 +08:00

7 lines
86 B
C

#ifndef __TIM_H
#define __TIM_H
void TIM_Init(void);//TIM2定时器初始化
#endif