LowPower.h 278 B

123456789101112131415
  1. #ifndef __LowPower_H
  2. #define __LowPower_H
  3. #include <stdio.h>
  4. #include <stdarg.h>
  5. #include <string.h>
  6. #include <stdlib.h>
  7. #include "stm32f10x.h"
  8. #include "AT.h"
  9. void Power_Handle(void);
  10. #if _4GFLAG
  11. extern uint8_t set_mincfun_flag;
  12. #endif
  13. extern uint32_t Power_timer_ms;
  14. #endif