WebSocket Client for GSwifiInterface library Please see: http://mbed.org/users/gsfan/notebook/GSwifiInterface/
Dependencies: GSwifiInterface mbed-rtos mbed
Revision 1:bc2b47567c49, committed 2014-03-07
- 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 |
diff -r 82dc85bf7a0c -r bc2b47567c49 main.cpp --- 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