您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

11 行
220 B

  1. #ifndef _TIMER_H
  2. #define _TIMER_H
  3. /***********************头文件****************************/
  4. #include "sys.h"
  5. /***********************函数声明****************************/
  6. void TIM3_Int_Init(u16 arr,u16 psc);
  7. #endif