http client example

Dependencies:   C027_Support HTTPClient mbed

Fork of HTTPClient_HelloWorld by Donatien Garnier

Revision:
5:a18ddbfd70c9
Parent:
4:7fd97087e573
Child:
6:6ff6061a0f76
diff -r 7fd97087e573 -r a18ddbfd70c9 main.cpp
--- 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;