Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial
Dependents: ThinkSpeak_Test roam_v1 roam_v2 finalv3
Fork of GPRSInterface by
Diff: GPRS/modem/modem.h
- Revision:
- 10:652c23d73373
- Parent:
- 9:38800611a613
- Child:
- 12:47488369a980
diff -r 38800611a613 -r 652c23d73373 GPRS/modem/modem.h --- a/GPRS/modem/modem.h Mon Mar 09 07:25:05 2015 +0000 +++ b/GPRS/modem/modem.h Tue Mar 10 02:57:52 2015 +0000 @@ -23,7 +23,7 @@ #ifndef __MODEM_H__ #define __MODEM_H__ -#include "mbed.h" +#include "BufferedSerial.h" #define DEFAULT_TIMEOUT 5 @@ -48,7 +48,7 @@ serialModem.baud(baudRate); }; - Serial serialModem; + BufferedSerial serialModem; protected: /** Power on Modem */