Websocket example

Dependencies:   C027 UbloxUSBModem WebSocketClient mbed

Fork of VodafoneUSBModemWebsocketTest by Donatien Garnier

Files at this revision

API Documentation at this revision

Comitter:
mazgch
Date:
Mon Oct 21 20:03:53 2013 +0000
Parent:
7:745fa95221ba
Child:
9:62abb5a89f2e
Commit message:
first published version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);