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:
- 60:c5f97e0a14eb
- Parent:
- 59:9e8e8d6be5b2
- Child:
- 61:b248d2c31b4f
--- a/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 15:54:05 2019 +0000
+++ b/SpaceInvadersEngine/SpaceInvadersEngine.cpp Sat Apr 27 16:10:33 2019 +0000
@@ -45,6 +45,10 @@
_bullet.draw(lcd);
}
+void SpaceInvadersEngine::update(Gamepad &pad)
+{
+
+
void SpaceInvadersEngine::update(Gamepad&pad)
{
_A1.update(_d,_mag);