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: libxDot-mbed5 ISL29011
Fork of Dot-Examples by
Diff: examples/inc/dot_util.h
- Revision:
- 18:30f96328cfea
- Parent:
- 15:364df461110f
--- a/examples/inc/dot_util.h Mon Oct 31 18:23:19 2016 +0000 +++ b/examples/inc/dot_util.h Tue Nov 01 09:40:48 2016 -0400 @@ -24,11 +24,11 @@ void join_network(); -void sleep_wake_rtc_only(bool deepsleep); +void sleep_wake_rtc_only(bool deepsleep, uint32_t timeout); -void sleep_wake_interrupt_only(bool deepsleep); +void sleep_wake_interrupt_only(bool deepsleep, uint32_t timeout); -void sleep_wake_rtc_or_interrupt(bool deepsleep); +void sleep_wake_rtc_or_interrupt(bool deepsleep, uint32_t timeout); void sleep_save_io();
