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:
77:c65eae5b9958
Parent:
68:6e311c747045
--- a/cell_modem.h	Sat Aug 13 18:29:56 2016 +0000
+++ b/cell_modem.h	Mon Aug 15 19:31:14 2016 +0000
@@ -19,4 +19,5 @@
 #define __CELL_MODEM_H_
 int cell_modem_init();
 int cell_modem_Sendreceive(char* tx_string, char* rx_string);
+void display_wnc_firmware_rev(void);
 #endif
\ No newline at end of file