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, committed 2012-10-10
- 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) {
}