support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Fork of C027_Support by u-blox

Revision:
13:e2446fcdc246
Parent:
11:b084552b03fe
Child:
18:e5697801df29
--- a/GPS.h	Fri Nov 15 13:33:39 2013 +0000
+++ b/GPS.h	Tue Nov 19 08:34:51 2013 +0000
@@ -41,7 +41,6 @@
 public:
     GPSSerial(PinName tx = GPSTXD, PinName rx = GPSRXD, int baudrate = GPSBAUD,
               int rxSize = RX_SIZE, int txSize = TX_SIZE);
-    
     virtual int getMessage(char* buf, int len);
 protected:
     virtual char next(void);