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: SpaceInvadersEngine/SpaceInvadersEngine.cpp
- Revision:
- 53:db66345d6755
- Parent:
- 13:9d6ee753eca6
- Child:
- 54:095eae44895b
--- a/SpaceInvadersEngine/SpaceInvadersEngine.cpp Mon Apr 22 14:59:49 2019 +0000 +++ b/SpaceInvadersEngine/SpaceInvadersEngine.cpp Mon Apr 22 15:10:02 2019 +0000 @@ -33,7 +33,7 @@ _mag = pad.get_mag(); } -/*void SpaceInvadersEngine::draw(N5110 &lcd) +void SpaceInvadersEngine::draw(N5110 &lcd) { // draw the elements in the LCD buffer // pitch @@ -44,4 +44,4 @@ -}*/ +}