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:
- 6:d560ecc21ae6
- Parent:
- 5:c37f4ed2cad3
- Child:
- 7:04a7826ff7e4
--- a/Eng.h Sun May 17 13:11:55 2020 +0000 +++ b/Eng.h Sun May 17 14:04:03 2020 +0000 @@ -19,7 +19,7 @@ void init(); void read_input(Gamepad &pad); - void update(Gamepad &pad); + void update(Gamepad &pad, bool fire, N5110 &lcd); void draw(N5110 &lcd); private: