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.cpp
- Revision:
- 10:9189419fda68
- Parent:
- 9:8e695df3cc36
- Child:
- 11:c174d84e4866
--- a/SpaceInvaderEngine/SpaceInvaderEngine.cpp Fri Mar 27 11:55:53 2020 +0000 +++ b/SpaceInvaderEngine/SpaceInvaderEngine.cpp Fri Mar 27 22:58:56 2020 +0000 @@ -46,9 +46,9 @@ A1.render(lcd); } -void SpaceInvaderEngine::update(Gamepad &pad) +void SpaceInvaderEngine::update(Gamepad &pad, N5110 &lcd) { S1.update(D,Mag); - A1.update(); + A1.update(lcd); }