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: initDatabed/initDatabed.cpp
- 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;