Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ExoController MODSERIAL SDFileSystem_HelloWorld UI-Honka mbed
Fork of Data Management by
Diff: main.cpp
- Revision:
- 4:46d4917f2464
- Parent:
- 3:ef7e0cbade6d
- Child:
- 6:784990d5180a
- Child:
- 8:f8fd59fe3e11
--- a/main.cpp Mon Nov 24 03:28:44 2014 +0000
+++ b/main.cpp Fri Dec 12 23:14:40 2014 +0000
@@ -50,7 +50,7 @@
counter++;
if(BMS.read(msg)) {
if(msg.id==0x18FF8320) {
- pc.printf("%x\r\n",msg.data[0]);
+ //pc.printf("%x\r\n",msg.data[0]);
}
}
phone.attachment();
@@ -75,6 +75,7 @@
checkUI_XBee(); //check UI from Xbee
xbeeUI.rxBufferFlush();
counter=0;
+ pc.printf("UI: %d\r\n", UI);
}
//counter++;
//}
