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
Fork of el17dg by
Diff: menu/menu.cpp
- Revision:
- 19:b78fa41d04a9
- Parent:
- 4:02c63aaa2df9
- Child:
- 24:0570cb4b92d7
--- a/menu/menu.cpp Tue Mar 19 12:43:01 2019 +0000
+++ b/menu/menu.cpp Thu Mar 21 15:12:07 2019 +0000
@@ -43,7 +43,7 @@
lcd.printString(" Settings",1,4);
bool option_picked = false; // Checking for the selecting button to be pressed and returning the boolean statement.
- if (gamepad.check_event(gamepad.B_PRESSED)){
+ if (gamepad.check_event(gamepad.A_PRESSED)){
option_picked = true;
}
return option_picked;
