WebSocket Client for GSwifiInterface library Please see: http://mbed.org/users/gsfan/notebook/GSwifiInterface/

Dependencies:   GSwifiInterface mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
gsfan
Date:
Fri Mar 07 15:22:03 2014 +0000
Parent:
0:82dc85bf7a0c
Commit message:
fix baud

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 07 15:19:07 2014 +0000
+++ b/main.cpp	Fri Mar 07 15:22:03 2014 +0000
@@ -15,7 +15,8 @@
 Serial pc(USBTX, USBRX);
 
 int main() {
-    GSwifiInterface gs(p13, p14, p12, P0_22, p20, NC, 115200);
+    GSwifiInterface gs(p13, p14, p12, P0_22, p20, NC);
+//    GSwifiInterface gs(p13, p14, NC, NC, p20, NC);
     pc.baud(115200);
     printf("WebSocket Client...\r\n");
     gs.init(); //Use DHCP