TIM1_CAP.h 238 B

1234567891011
  1. #ifndef __TIM1_CAP_H__
  2. #define __TIM1_CAP_H__
  3. #include "stm32f10x.h"
  4. extern int TIM1_init(void);
  5. extern void BUS_Rev_Tick(void);
  6. extern unsigned char gt_busrxflag; //´¦ÀíÈßÓàÖ¸Áî
  7. #endif