FINAL VERSION

Dependencies:   mbed

Revision:
72:7254d2a8a1cd
Parent:
64:c3426b417ad9
Child:
75:d96b177585aa
--- a/BreakoutEngine/BreakoutEngine.h	Sun May 05 16:47:19 2019 +0000
+++ b/BreakoutEngine/BreakoutEngine.h	Sun May 05 17:36:35 2019 +0000
@@ -32,7 +32,7 @@
     ~BreakoutEngine();
 
     void init(int paddle_width,int paddle_height,int ball_size,int speed);
-    void read_input(Gamepad &pad, bool x);
+    void read_input(Gamepad &pad, bool tilt, float sens);
     void update(Gamepad &pad);
     void draw(N5110 &lcd);
     void lives_leds(Gamepad &pad);