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

Dependencies:   MMA7660 SprintUSBModem WebSocketClient mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Wed Oct 10 15:03:06 2012 +0000
Parent:
4:c1ce97cb8d74
Child:
6:b3fc13de8f5e
Commit message:
Missing carriage return

Changed in this revision

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