Support for LISA-N101

Fork of C027_Support by u-blox

This is a variant of the C027 driver code for the C027N version, i.e. the one with the Neul/Huawei/u-blox Cellular Internet of Things module on board. The AT command interface for this module is entirely different to the AT interface for the other u-blox modules, hence this fork of the driver. Work is underway to rearchitect the original C027 driver so that a merge can be done.

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);