dikuei yen / Mbed 2 deprecated MTi_Gss_Motor

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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.
 }