exti.h 128 B

123456789101112131415161718
  1. #ifndef __EXTI_H
  2. #define __EXTI_H
  3. #include "sys.h"
  4. void exti_Init(void);
  5. extern u16 count;
  6. extern u8 ManFlag;
  7. #endif