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:
- 1:78452728a306
- Parent:
- 0:cbb61997e231
- Child:
- 2:b87aaf1bc803
--- a/initDatabed/initDatabed.cpp Wed Oct 15 18:44:04 2014 +0000 +++ b/initDatabed/initDatabed.cpp Thu Oct 16 00:49:21 2014 +0000 @@ -20,7 +20,8 @@ xbeeUI.baud(115200); pc.baud(921600); - comm.frequency(12000000); + comm.frequency(1000000); + comm.format(8,1); wait(1); pc.printf("Starting databed...\r\n");