add senet packet format

Dependencies:   Senet_Packet mDot_X_NUCLEO_IKS01A1 libmDot-dev-mbed5-deprecated

Fork of mDot-IKS01A1 by Peter Ferland

Files at this revision

API Documentation at this revision

Comitter:
pferland
Date:
Thu Dec 15 16:22:10 2016 +0000
Parent:
5:8495de39bfe0
Child:
7:d2052933ebcb
Commit message:
Changed default wake up function to RTC only

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);
         
     }