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

Committer:
stefanrousseau
Date:
Mon Aug 01 18:29:04 2016 +0000
Revision:
61:f6b93129f954
Child:
68:6e311c747045
Moved cellular modem routines from main.cpp to cell_modem.cpp; Moved HTS221 routines from main.cpp to sensors.cpp

Who changed what in which revision?

UserRevisionLine numberNew contents of line
stefanrousseau 61:f6b93129f954 1 #ifndef __CELL_MODEM_H_
stefanrousseau 61:f6b93129f954 2 #define __CELL_MODEM_H_
stefanrousseau 61:f6b93129f954 3 int cell_modem_init();
stefanrousseau 61:f6b93129f954 4 int cell_modem_Sendreceive(char* tx_string, char* rx_string);
stefanrousseau 61:f6b93129f954 5 #endif