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.
Diff: main.cpp
- Revision:
- 6:2a3a62ee17fa
- Parent:
- 5:96cb82af9996
- Child:
- 7:24db87395b87
--- a/main.cpp Thu Apr 30 22:48:21 2015 +0000 +++ b/main.cpp Tue Apr 11 20:16:53 2017 +0000 @@ -23,8 +23,8 @@ int main() { - pc.baud(9600); - dev.baud(9600); + pc.baud(115200); + dev.baud(115200); pc.attach(&pc_recv, Serial::RxIrq); dev.attach(&dev_recv, Serial::RxIrq);