Modified example with AT command traces for AT%MEAS, AT%PCONI and AT%CGEQOS. Loading times calculated for each cloud transfer

Dependencies:   FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

cell_modem.h

Committer:
stefanrousseau
Date:
2016-08-01
Revision:
61:f6b93129f954
Child:
68:6e311c747045

File content as of revision 61:f6b93129f954:

#ifndef __CELL_MODEM_H_
#define __CELL_MODEM_H_
int cell_modem_init();
int cell_modem_Sendreceive(char* tx_string, char* rx_string);
#endif