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:
- 1:bc3509459a27
- Parent:
- 0:b3410a1e9843
--- a/src/serial.cpp Thu Jan 27 21:58:14 2022 +0000 +++ b/src/serial.cpp Tue Dec 06 18:47:01 2022 +0000 @@ -16,9 +16,9 @@ // set up serial port for 115200 baud -//Serial dcm1(USBTX, USBRX, 115200); +Serial dcm1(USBTX, USBRX, 115200); //Serial dcm1(USBTX, USBRX, 921600); -Serial dcm1(PC_10, PC_11, 115200); +//Serial dcm1(PA_2, PA_3, 921600); // initialize the serial port variables