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.
Dependents: Data-Management-Honka
Diff: BluetoothComm.cpp
- Revision:
- 12:50f6f9ed5cc6
- Parent:
- 11:56bd3affbbfc
- Child:
- 13:67492109a66d
diff -r 56bd3affbbfc -r 50f6f9ed5cc6 BluetoothComm.cpp --- a/BluetoothComm.cpp Thu Mar 05 23:48:54 2015 +0000 +++ b/BluetoothComm.cpp Wed Mar 11 19:39:05 2015 +0000 @@ -46,12 +46,12 @@ } //printf("Test: %x\r\n", _paramMap["TorsoAng"]); write_data_to_sd_card(); - //printf("Initialized data\r\n"); //Fill the parameter map with data from SD card read_data_from_sd(); + //pc.printf("Read data\r\n"); //pc.printf("Test: %x\r\n", _paramMap["TorsoAng"]); read_params_from_sd(); - + pc.printf("Finished BTComm init\r\n"); }