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.
Revision 1:fdfd9a35acc4, committed 2022-05-02
- Comitter:
- dikueiyen
- Date:
- Mon May 02 11:11:20 2022 +0000
- Parent:
- 0:6bee2baac968
- Child:
- 2:636bb157c386
- Commit message:
- 20220502
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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.
}