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: C027_Support C12832 LM75B MMA7660 PubNub mbed-rtos mbed picojson
Fork of Cellular_PubNubDemo by
Diff: PubNubDemo.cpp
- Revision:
- 4:84e8940cf7ef
- Parent:
- 2:5f22df5ec656
- Child:
- 5:6cf75d71d7b9
diff -r c30a0761c160 -r 84e8940cf7ef PubNubDemo.cpp
--- 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;
    