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: soft_uart.cpp
- Revision:
- 1:d8964d9ff503
- Parent:
- 0:b8bade04f24f
--- a/soft_uart.cpp Thu Sep 03 21:45:56 2020 +0000 +++ b/soft_uart.cpp Thu Sep 10 16:01:56 2020 +0000 @@ -72,8 +72,8 @@ static int internal_tx_buffer; static int user_tx_buffer; -DigitalOut TX(PA_4); -DigitalIn RX(PA_3); +DigitalOut TX(PA_3); +DigitalIn RX(PA_4); Ticker ticker;