Example showing the ublox Cellular GPS/GNSS module with the HTTPClient library to fetch and upload web pages.

Dependencies:   C027_Support HTTPClient mbed

Revision:
5:a18ddbfd70c9
Parent:
4:7fd97087e573
Child:
6:6ff6061a0f76
--- a/main.cpp	Mon May 12 13:58:58 2014 +0000
+++ b/main.cpp	Tue May 13 09:34:52 2014 +0000
@@ -29,7 +29,7 @@
 
 int main() 
 {
-    // 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;