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:
19:f89baed3bd6f
Parent:
2:0e2ef866af95
Child:
30:33be8e2992f3
--- a/wnc_control.h	Wed Jul 13 15:57:38 2016 +0000
+++ b/wnc_control.h	Wed Jul 13 17:35:14 2016 +0000
@@ -14,6 +14,7 @@
 extern int at_dnsresolve_wnc(const char * s, string * ipStr);
 extern void at_sockwrite_wnc(const char * s);
 extern unsigned at_sockread_wnc(string * pS, unsigned n, unsigned retries);
+extern void at_at_wnc(void);
 
 // High level functions that attempt to correct for things going bad with the WNC
 extern void software_init_mdm(void);