LowPower.h 277 B

1234567891011121314
  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. #if _4GFLAG
  10. void Power_Handle(void);
  11. extern uint8_t set_mincfun_flag;
  12. #endif
  13. extern uint32_t Power_timer_ms;
  14. #endif