canuck lehead / Mbed OS Dot-Examples

Dependencies:   libxDot-mbed5 ISL29011

Fork of Dot-Examples by MultiTech

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();