TIM.h 105 B

123456789
  1. #ifndef __TIM_H
  2. #define __TIM_H
  3. #include "sys.h"
  4. void TIMx_Init(TIM_TypeDef* Timx, u16 Tout);
  5. #endif