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.h
- Revision:
- 13:bcf6bb69c597
- Parent:
- 12:ebaefda53dd0
- Child:
- 20:a8cad4e044ea
--- a/Menu/Menu.h Mon Apr 01 18:06:55 2019 +0000
+++ b/Menu/Menu.h Wed Apr 03 13:42:58 2019 +0000
@@ -9,7 +9,6 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
-//#include "Engine.h"
#include "EngineController.h"
struct State {
@@ -26,7 +25,7 @@
void run(N5110 &lcd, Gamepad &gamepad);
private:
- void set_input(bool start, bool back);
+ void set_input(bool start, bool back, bool x);
void run_game(N5110 &lcd, Gamepad &gamepad);
void display_menu(N5110 &lcd, Gamepad &gamepad);
void display_controls(N5110 &lcd, Gamepad &gamepad);