LowPower.h 282 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. #if NBFLAG
  10. #else
  11. void Power_Handle(void);
  12. extern uint8_t set_mincfun_flag;
  13. #endif
  14. extern uint32_t Power_timer_ms;
  15. #endif