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:
59:7ebb9436b2bd
Parent:
56:cb42ff383dab
Child:
61:f6b93129f954
--- a/main.cpp	Fri Jul 29 01:11:55 2016 +0000
+++ b/main.cpp	Fri Jul 29 01:16:04 2016 +0000
@@ -467,7 +467,7 @@
     // Set LED to RED until init finishes
     SetLedColor(0x1);
 
-    pc.printf(BLU "Hello World from AT&T Shape!\r\n\n\r");
+    pc.printf(BLU "Hello World from the Cellular IoT Kit!\r\n\n\r");
     pc.printf(GRN "Initialize the HTS221\n\r");
 
     i = hts221.begin();