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.
Dependencies: libmDot mbed-rtos mbed
Diff: main.cpp
- Revision:
- 2:5318600ca0fe
- Parent:
- 1:3348d15fefdb
- Child:
- 3:23fae3efa1c0
--- a/main.cpp Mon May 16 20:15:32 2016 +0000 +++ b/main.cpp Mon May 16 20:16:37 2016 +0000 @@ -149,7 +149,7 @@ Thread::wait(10); - dot->sleep(sleep_time, mDot::RTC_ALARM_OR_INTERRUPT, true); + dot->sleep(sleep_time, mDot::RTC_ALARM_OR_INTERRUPT, false); pc.printf("%d: Woke up\r\n",time(NULL)); }