Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mDot.h
- Revision:
- 173:88c20655ca6f
- Parent:
- 172:7ec44396a51b
- Child:
- 176:e8835022d431
--- a/mDot.h Thu Aug 30 09:05:16 2018 -0500 +++ b/mDot.h Tue Sep 04 15:28:56 2018 -0500 @@ -51,6 +51,9 @@ uint32_t RTC_ReadBackupRegister(uint32_t RTC_BKP_DR); void RTC_WriteBackupRegister(uint32_t RTC_BKP_DR, uint32_t Data); + void RTC_DisableWakeupTimer(); + void RTC_EnableWakeupTimer(); + void enterStopMode(const uint32_t& interval, const uint8_t& wakeup_mode = RTC_ALARM); void enterStandbyMode(const uint32_t& interval, const uint8_t& wakeup_mode = RTC_ALARM);