Nathaniel Honka / Mbed 2 deprecated Data-Management-Honka

Dependencies:   ExoController MODSERIAL SDFileSystem_HelloWorld UI-Honka mbed

Fork of Data Management by HEL's Angels

Revision:
9:26e200175e0e
Parent:
8:f8fd59fe3e11
--- a/initDatabed/initDatabed.cpp	Sat Feb 14 00:38:04 2015 +0000
+++ b/initDatabed/initDatabed.cpp	Wed Feb 18 01:11:47 2015 +0000
@@ -34,14 +34,14 @@
 CAN BMS(p30, p29);
 CANMessage msg;
 Ticker interrupt;
-/* NOTE--BluetoothComm pins may be wrong */
+
 BluetoothComm phone(p9, p10);
 //BluetoothComm phone(p13, p14);
 void initializeDatabed() {
     xbeeUI.baud(115200);
    // printf("setting pc baud ...\r\n");
-    //pc.baud(921600);
-    printf("setting comm freq\r\n");   
+    pc.baud(921600);
+    //printf("setting comm freq\r\n");   
     comm.frequency(1000000);
     comm.format(8,1);
     inhibit_L=1;