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:
- 1:fdfd9a35acc4
- Parent:
- 0:6bee2baac968
- Child:
- 3:d4736e223540
--- a/main.cpp Mon Nov 15 08:25:54 2021 +0000
+++ b/main.cpp Mon May 02 11:11:20 2022 +0000
@@ -652,7 +652,7 @@
void init_UART()
{
- pc.baud(230400); // baud rate設為9600
+ pc.baud(230400); // baud rate閮剔9600
pc.attach(&RX_ITR, Serial::RxIrq); // Attach a function(RX_ITR) to call whenever a serial interrupt is generated.
}