ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
13:10851784af9a
Parent:
10:e1d2289705ef
Child:
14:529f798adae4
--- a/Doodler/Doodler.h	Wed Apr 17 17:53:27 2019 +0000
+++ b/Doodler/Doodler.h	Thu Apr 18 14:54:51 2019 +0000
@@ -12,7 +12,7 @@
     ~Doodler();
     void init(int radius);
     void draw(N5110 &lcd);    
-    void update(Direction d, float mag, float current_vel_x, double current_vel_y);
+    void update(Direction d, float mag);
     float get_velocity_x();
     double get_velocity_y();
     float get_position_x();