Websocket example

Dependencies:   C027 UbloxUSBModem WebSocketClient mbed

Fork of VodafoneUSBModemWebsocketTest by Donatien Garnier

Revision:
8:05a5c32037c2
Parent:
7:745fa95221ba
Child:
10:495e03a3fc8f
--- a/main.cpp	Mon Oct 21 15:41:42 2013 +0000
+++ b/main.cpp	Mon Oct 21 20:03:53 2013 +0000
@@ -47,7 +47,7 @@
 int main()
 {
     Thread testTask(test, NULL, osPriorityNormal, 1024 * 4);
-    DigitalOut led(A0);
+    DigitalOut led(A0); // Connect a LED to A0 if you like to see some blinking
     while(1) {
         led=!led;
         Thread::wait(1000);