Example program streaming accelerometer data to a websocket server over a Sprint Mobile Broadband connection

Dependencies:   MMA7660 SprintUSBModem WebSocketClient mbed-rtos mbed

Revision:
5:5aed2f21d249
Parent:
4:c1ce97cb8d74
Child:
6:b3fc13de8f5e
--- a/main.cpp	Wed Oct 10 14:56:48 2012 +0000
+++ b/main.cpp	Wed Oct 10 15:03:06 2012 +0000
@@ -49,7 +49,7 @@
     
     modem.power(false); 
     
-    printf("Powered off\n");
+    printf("Powered off\r\n");
 
     while(1) {
     }