Michael Ling / ExoController

Dependents:   Data-Management-Honka

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");
 
 }