Example showing the ublox Cellular GPS/GNSS module with the online PubNub service on an LPC4088 Experiment Base Board

Dependencies:   C027_Support C12832 EALib LM75B MMA7660 PubNub mbed-rtos mbed picojson

Revision:
4:84e8940cf7ef
Parent:
2:5f22df5ec656
Child:
5:6cf75d71d7b9
--- a/PubNubDemo.cpp	Tue May 13 08:45:21 2014 +0000
+++ b/PubNubDemo.cpp	Tue May 13 09:34:02 2014 +0000
@@ -155,7 +155,7 @@
     if (!MMA.testConnection())
         lcd.printf("MMA error  \n");
 
-   // turn on the supplies of the Modem and the GPS
+   // turn on the supplies of the Modem
     c027.mdmPower(true);
     printf("Modem Initialize\r\n");
     MDMSerial mdm;