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:
- 8:0b9a824c75fe
- Parent:
- 7:04a7826ff7e4
- Child:
- 9:2836fc3d9ede
--- a/Eng.h Sun May 17 17:05:13 2020 +0000 +++ b/Eng.h Sun May 17 19:44:26 2020 +0000 @@ -20,10 +20,11 @@ void init(); void read_input(Gamepad &pad); - void update(Gamepad &pad, bool fire, N5110 &lcd); + void update(Gamepad &pad, int fire, N5110 &lcd); void draw(N5110 &lcd); void powerup(N5110 &lcd, Gamepad &pad); + void print_score(N5110 &lcd); void tik();