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: SpaceInvaderEngine/SpaceInvaderEngine.h
- Revision:
- 10:9189419fda68
- Parent:
- 9:8e695df3cc36
- Child:
- 11:c174d84e4866
--- a/SpaceInvaderEngine/SpaceInvaderEngine.h Fri Mar 27 11:55:53 2020 +0000 +++ b/SpaceInvaderEngine/SpaceInvaderEngine.h Fri Mar 27 22:58:56 2020 +0000 @@ -18,7 +18,7 @@ ~SpaceInvaderEngine(); void init(int ship_height, int ship_width, int alien_size); void read_input(Gamepad &pad); - void update(Gamepad &pad); + void update(Gamepad &pad, N5110 &lcd); void render(N5110 &lcd); private: