Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

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();