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.
Diff: GameEngine/GameEngine.h
- Revision:
- 65:daa792a09e1f
- Parent:
- 64:e9dfc35a1738
- Child:
- 67:a2984682d641
--- a/GameEngine/GameEngine.h	Thu May 21 14:26:23 2020 +0000
+++ b/GameEngine/GameEngine.h	Thu May 21 17:21:53 2020 +0000
@@ -90,7 +90,7 @@
         void read_joystick_direction();
         
         /** Gets the pitch and roll of the gamepad and calculates d_ */
-        void read_accelerometer_direction();
+        void read_accelerometer_direction(float roll, float pitch);
         
         /** Turns on specific leds depending on how many lives left */
         void spaceship_lives_leds();