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
Diff: User.cpp
- Revision:
- 16:6837647755fe
- Parent:
- 15:c5258a4dee75
- Child:
- 17:348c660ea6f6
--- a/User.cpp Sat Apr 29 11:48:36 2017 +0000 +++ b/User.cpp Mon Sep 03 09:12:33 2018 +0000 @@ -43,7 +43,7 @@ //データ取得例 - if((ButtonState >> BUTTONCIRCLE)&1 == 1) { + if(((ButtonState >> BUTTONCIRCLE)&1) == 1) { led1 = 1; //○が押されたとき }else{