sleep.h 199 B

12345678910
  1. #ifndef __SLEEP_H_
  2. #define __SLEEP_H_
  3. extern unsigned char g_bRTCAlarm;
  4. void dev_rtc_setAlarm(int AlarmValue);
  5. unsigned char dev_rtc_isAlarm(void);
  6. void Sleeping(void);
  7. void SleepMethod2();
  8. #endif