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:ad2925b38616, committed 2020-10-08
- 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();
}