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: Eng.h
- Revision:
- 10:6c574b8524df
- Parent:
- 9:2836fc3d9ede
- Child:
- 11:9661467412cf
--- a/Eng.h Mon May 18 12:41:06 2020 +0000 +++ b/Eng.h Mon May 18 13:12:35 2020 +0000 @@ -27,13 +27,13 @@ void powerup(N5110 &lcd, Gamepad &pad); void print_score(N5110 &lcd); - void check_s_hit(); + void check_s_hit(Gamepad &pad); void tik(); private: - void check_hit(Gamepad &pad); + void check_hit(Gamepad &pad, N5110 &lcd); //void check_miss(Gamepad &pad); //void print_scores(N5110 &lcd);