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: Bat/Bat.h
- Revision:
- 17:b2b651acffae
- Parent:
- 15:81a3aaf52647
--- a/Bat/Bat.h Wed Apr 24 21:17:22 2019 +0000
+++ b/Bat/Bat.h Sat Apr 27 14:09:21 2019 +0000
@@ -22,9 +22,10 @@
int get_hitBall();
void reset();
int get_loft_ball();
- void first_menu(N5110 &menu_lcd);
- void second_menu(N5110 &menu_lcd);
- void game_over(string message);
+ //void first_menu(N5110 &menu_lcd);
+ //void second_menu(N5110 &menu_lcd);
+ void game_over_menu(N5110 &menu_lcd,int option);
+ void victory_menu(N5110 &menu_lcd);
/// accessors and mutators