Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Revision:
20:041affa5e242
Parent:
17:68d4b4095d80
Child:
21:bcc84d5cb068
--- a/Ball/Ball.h	Tue May 08 11:32:13 2018 +0000
+++ b/Ball/Ball.h	Tue May 08 11:57:19 2018 +0000
@@ -11,8 +11,15 @@
 
     Ball();
     ~Ball();
-    
+
+    void init();
+    void draw(N5110 &lcd);
+    void update(Direction dir);
+
 private:
 
+    int _circx;
+    int _circy;
+    int _speed;
 };
 #endif
\ No newline at end of file