LowPower.h 375 B

123456789101112131415161718
  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. extern uint32_t Restart_time_ms;
  13. extern uint8_t module_switch;
  14. #endif
  15. extern uint32_t Power_timer_ms;
  16. extern uint8_t set_mincfun_flag;
  17. #endif