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: Menu/Menu.cpp
- Revision:
- 18:ba4159ab4da7
- Parent:
- 17:ce6b54422113
- Child:
- 22:8e38efeae0c9
--- a/Menu/Menu.cpp Wed May 08 13:03:24 2019 +0000
+++ b/Menu/Menu.cpp Wed May 08 15:01:45 2019 +0000
@@ -63,10 +63,13 @@
lcd.printString("TINGLE",10,4);
lcd.refresh();
if (pad.check_event(Gamepad::X_PRESSED) == true){
+ pad.check_event(Gamepad::L_PRESSED) == false;
}
if (pad.check_event(Gamepad::Y_PRESSED) == true){
+ pad.check_event(Gamepad::L_PRESSED) == false;
}
if (pad.check_event(Gamepad::B_PRESSED) == true){
+ pad.check_event(Gamepad::L_PRESSED) == false;
}
}
}
\ No newline at end of file