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:
- 20:a8cad4e044ea
- Parent:
- 13:bcf6bb69c597
- Child:
- 21:20478f086bc2
--- a/Menu/Menu.h Mon Apr 15 18:49:35 2019 +0000 +++ b/Menu/Menu.h Tue Apr 16 19:19:43 2019 +0000 @@ -30,11 +30,17 @@ void display_menu(N5110 &lcd, Gamepad &gamepad); void display_controls(N5110 &lcd, Gamepad &gamepad); void output(N5110 &lcd, Gamepad &gamepad); + void play_tone(Gamepad &gamepad); + void play_tune_a(Gamepad &gamepad); + void play_tune_b(Gamepad &gamepad); int _menu_input; EngineController _controller; bool _button; int _state; int _output; + bool _tone_flag; + int _tone_counter; + int _tune_counter; }; #endif \ No newline at end of file