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:
- 3:30c81344beff
- Parent:
- 2:baca89f466bc
- Child:
- 4:eb8dca1dc341
diff -r baca89f466bc -r 30c81344beff Menu/Menu.h
--- a/Menu/Menu.h Thu Apr 30 07:08:09 2020 +0000
+++ b/Menu/Menu.h Fri May 08 09:09:49 2020 +0000
@@ -4,7 +4,7 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
-#include "Engine.h"
+#include "RoonyEngine.h"
struct State {
int output;
@@ -19,6 +19,7 @@
private:
void dispaly_page1();
+ void run_engine(N5110 &lcd, Gamepad &gamepad);
void display_page2();
void display_page3();
void output();