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:
- 16:7c612029d9c9
- Parent:
- 14:66a1965318cb
- Child:
- 19:33c77517cb88
--- a/menu/Menu.h Tue May 19 11:10:23 2020 +0000
+++ b/menu/Menu.h Tue May 19 13:49:30 2020 +0000
@@ -17,11 +17,13 @@
Menu();
~Menu();
void init();
- int display(N5110 &lcd, Gamepad &pad);
+ void display(N5110 &lcd, Gamepad &pad);
void draw(N5110 &lcd);
void update(Gamepad &pad);
void instructions(N5110 &lcd, Gamepad &pad);
+ int getmode();
+
private:
int option;