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: Game/Game.cpp
- Revision:
- 9:b272864b8355
- Parent:
- 5:e6cb6fda5b37
- Child:
- 11:953141c3f7dd
diff -r c4d49375be7b -r b272864b8355 Game/Game.cpp --- a/Game/Game.cpp Tue Apr 23 16:08:23 2019 +0000 +++ b/Game/Game.cpp Mon Apr 29 13:46:45 2019 +0000 @@ -22,6 +22,6 @@ smiley.drawSprite(lcd); } -void Game::movement(Gamepad &pad){ - smiley.movement(dir,mag); +void Game::movement(Gamepad &pad, N5110 &lcd, mC col){ + smiley.movement(dir, lcd); } \ No newline at end of file