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:27300c533dd1
- Parent:
- 8:f305ea78b2b1
- Child:
- 14:9cfe0041cc4e
--- a/Menu/Menu.h Fri May 08 20:08:36 2020 +0000
+++ b/Menu/Menu.h Sat May 09 13:45:23 2020 +0000
@@ -28,10 +28,10 @@
void mainmenu(N5110 &lcd, Gamepad &pad);
//sub menus
- void subwaveforms(N5110 &lcd, Gamepad &pad, int submenu);
+ void subwaveforms(N5110 &lcd, Gamepad &pad);
void subinstructions(N5110 &lcd, Gamepad &pad);
void subcredits(N5110 &lcd, Gamepad &pad);
- int scroll(N5110 &lcd, Gamepad &pad);
+ int scroll(N5110 &lcd, Gamepad &pad, int submenu, int menusize);
private: //---------------------------------------------------------------------
//variables