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:ad2925b38616
- Parent:
- 0:ba7e86f744b9
--- 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();
}