works through pushing box to log data to google spreadsheet
Dependencies: MBed_Adafruit-GPS-Library SDFileSystem mbed
Fork of GPR_Interface by
Diff: GPRS/modem/modem.h
- Revision:
- 6:464ccda1ebcc
- Parent:
- 1:7298a7950f65
- Child:
- 10:8c55dfcc9a7c
diff -r c4db857fb1be -r 464ccda1ebcc GPRS/modem/modem.h --- a/GPRS/modem/modem.h Mon Mar 03 06:06:14 2014 +0000 +++ b/GPRS/modem/modem.h Mon Apr 28 13:01:23 2014 +0000 @@ -47,7 +47,8 @@ Modem(PinName tx, PinName rx, int baudRate) : serialModem(tx, rx) { serialModem.baud(baudRate); }; - + + Serial serialModem; protected: /** Power on Modem */ @@ -118,7 +119,6 @@ */ int sendCmdAndWaitForResp(const char* data, const char *resp, unsigned timeout,DataType type); - Serial serialModem; Timer timeCnt; private: