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:
- 13:c3b550fc2445
- Parent:
- 12:200a1266ceee
- Child:
- 14:d0650d0de063
--- a/Game/Game.cpp Thu May 02 19:59:05 2019 +0000 +++ b/Game/Game.cpp Sat May 04 19:33:08 2019 +0000 @@ -21,6 +21,7 @@ maze.drawSprite(lcd); enemy1.drawSprite(lcd); enemy2.drawSprite(lcd); + coin.drawSprite(lcd); smiley.drawSprite(lcd); }