James Cummins / Mbed 2 deprecated el17jnc

Dependencies:   mbed

Revision:
17:5104ecef5bd0
Parent:
13:e5a36fbd48ae
Child:
23:61fa82f76808
diff -r e846864778c4 -r 5104ecef5bd0 Ball/Ball.h
--- a/Ball/Ball.h	Mon Apr 15 08:14:13 2019 +0000
+++ b/Ball/Ball.h	Mon Apr 15 13:28:30 2019 +0000
@@ -16,7 +16,8 @@
     ~Ball();
 //methods for engine
     void init(int radius);
-    void update(FXOS8700CQ &accelerometer);
+    void read_input(FXOS8700CQ &accelerometer);
+    void update();
     void draw(N5110 &lcd);
 //accessor methods
     Vector2D get_velocity();