| 123456789101112131415161718 |
- #ifndef __LowPower_H
- #define __LowPower_H
- #include <stdio.h>
- #include <stdarg.h>
- #include <string.h>
- #include <stdlib.h>
- #include "stm32f10x.h"
- #include "AT.h"
- void Power_Handle(void);
- #if _4GFLAG
- extern uint8_t set_mincfun_flag;
- extern uint32_t Restart_time_ms;
- extern uint8_t module_switch;
- #endif
- extern uint32_t Power_timer_ms;
- extern uint8_t set_mincfun_flag;
- #endif
|