The Hiking Pal tracking device firmware. See full description on the detail page: https://www.hackster.io/bowenfeng/hiking-pal-v1-07c02d

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
86:5ff234988f53
Parent:
85:43d791cd5967
Child:
87:ca75c5e785a7
--- a/main.cpp	Thu Dec 22 06:52:58 2016 +0000
+++ b/main.cpp	Thu Dec 22 06:59:20 2016 +0000
@@ -205,5 +205,6 @@
             bTimerExpiredFlag = false;
             read_sensors(); //read available external sensors from a PMOD and the on-board motion sensor
             report_move(hid, sid);
+        }
     } //forever loop
 }