RTC_SLEEP.h 233 B

123456789101112131415
  1. //
  2. // Created by EDZ on 25-9-16.
  3. //
  4. #ifndef RTC_SLEEP_H
  5. #define RTC_SLEEP_H
  6. #include <time.h>
  7. #include <stdlib.h>
  8. #include "string.h"
  9. #include "E52.h"
  10. #include "E104-BT5005A.h"
  11. void RTC_Sleep_Enter_Fun(void);
  12. #endif //RTC_SLEEP_H