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.
Fork of fy15raf by
Diff: GameEngine/GameEngine.cpp
- Revision:
- 3:489437d4ebd7
- Parent:
- 2:3fd0d3d69556
- Child:
- 4:8c6723798227
diff -r 3fd0d3d69556 -r 489437d4ebd7 GameEngine/GameEngine.cpp
--- a/GameEngine/GameEngine.cpp Wed Apr 18 17:45:07 2018 +0000
+++ b/GameEngine/GameEngine.cpp Wed Apr 18 18:05:14 2018 +0000
@@ -28,3 +28,7 @@
}
+void GameEngine::update(Gamepad &pad, N5110 &lcd)
+{
+ _rocket.update(_d,_mag, lcd);
+}
