Kazuki Nishioka / Mbed 2 deprecated control

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
NishiKazu
Date:
Thu Oct 08 09:01:15 2020 +0000
Parent:
0:ba7e86f744b9
Commit message:
add coment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 08 08:30:52 2020 +0000
+++ b/main.cpp	Thu Oct 08 09:01:15 2020 +0000
@@ -73,7 +73,7 @@
     pc.printf("\n");
 }
 int main (){
-    SBDBT.attach(SBDBT_rx,Serial::RxIrq);
+    SBDBT.attach(SBDBT_rx,Serial::RxIrq); //割り込み
     while(1){
         pc_tx();
     }