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: Senet_Packet mDot_X_NUCLEO_IKS01A1 libmDot-dev-mbed5-deprecated
Fork of mDot-IKS01A1 by
Diff: main.cpp
- Revision:
- 6:9e6ac13de3e9
- Parent:
- 4:142c85980a6f
- Child:
- 7:d2052933ebcb
diff -r 8495de39bfe0 -r 9e6ac13de3e9 main.cpp
--- a/main.cpp Fri Dec 09 23:34:55 2016 +0000
+++ b/main.cpp Thu Dec 15 16:22:10 2016 +0000
@@ -147,9 +147,9 @@
// ONLY ONE of the three functions below should be uncommented depending on the desired wakeup method
- //sleep_wake_rtc_only(deep_sleep);
+ sleep_wake_rtc_only(deep_sleep);
//sleep_wake_interrupt_only(deep_sleep);
- sleep_wake_rtc_or_interrupt(deep_sleep);
+ //sleep_wake_rtc_or_interrupt(deep_sleep);
}
