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: mbed
Diff: src/serial.cpp
- Revision:
- 7:860b3a8275cb
- Parent:
- 3:d8948c5b2951
- Child:
- 12:fd1fd1857628
--- a/src/serial.cpp Mon Dec 03 01:03:14 2018 +0000 +++ b/src/serial.cpp Wed Dec 05 00:20:34 2018 +0000 @@ -16,7 +16,8 @@ // set up serial port for 115200 baud -Serial dcm1(USBTX, USBRX, 115200); +//Serial dcm1(USBTX, USBRX, 115200); +Serial dcm1(USBTX, USBRX, 921600); // initialize the serial port variables