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.
Dependencies: mbed
Revision 2:b257a71f0655, committed 2018-08-13
- Comitter:
- ponpoko1939
- Date:
- Mon Aug 13 08:20:44 2018 +0000
- Parent:
- 1:342818b81499
- Commit message:
- ?????????????
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 342818b81499 -r b257a71f0655 main.cpp --- a/main.cpp Sun Aug 12 06:42:02 2018 +0000 +++ b/main.cpp Mon Aug 13 08:20:44 2018 +0000 @@ -261,6 +261,7 @@ } } } + __disable_irq(); //割り込み禁止 } //ヒューベニの公式で距離出す @@ -334,4 +335,5 @@ } */ pc.printf("%d\n\r",(int)degree); + __enable_irq(); //割り込み許可 } \ No newline at end of file