Simple Demo that gets a webpage

Dependencies:   HTTPClient cc3000_hostdriver_mbedsocket mbed

Fork of EECS149_email_notifier by Antonio Iannopollo

Revision:
9:f80b62b60b1c
Parent:
8:594cb3bc6f0f
Child:
10:1804a9dbaee0
--- a/main.cpp	Fri Oct 10 23:54:39 2014 +0000
+++ b/main.cpp	Fri Oct 10 23:55:33 2014 +0000
@@ -100,7 +100,7 @@
                 printf("Error - ret = %d - HTTP return code = %d \r\n", ret, http.getHTTPResponseCode());
             }
         }
-        wait(10.0);
+        wait(5.0);
     }