An example program using the HTTP Client over wifly, creat

Dependencies:   HTTPClient WiflyInterface mbed

Fork of HTTPClient_Wifly_HelloWorld by Samuel Mokrani

Revision:
1:ce2bcf41f9a3
Parent:
0:cba63cb4bbf9
--- a/main.cpp	Fri Aug 24 15:21:55 2012 +0000
+++ b/main.cpp	Fri Oct 26 12:46:58 2012 +0000
@@ -10,9 +10,9 @@
 *     - "password" is the password
 *     - WPA is the security
 */
-WiflyInterface wifly(p9, p10, p19, p26, "mbed", "password", WPA);
+WiflyInterface wifly(p9, p10, p30, p29, "mbed", "password", WPA);
+HTTPClient http;
 
-HTTPClient http;
 char str[512];
 
 int main()