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 KondoServoLibrary Encoder
Revision 16:6837647755fe, committed 2018-09-03
- Comitter:
- abcdefgh
- Date:
- Mon Sep 03 09:12:33 2018 +0000
- Parent:
- 15:c5258a4dee75
- Child:
- 17:348c660ea6f6
- Commit message:
- ps3
Changed in this revision
| User.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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{