Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Revision:
21:bcc84d5cb068
Parent:
20:041affa5e242
Child:
22:745b4d352183
--- a/Ball/Ball.cpp	Tue May 08 11:57:19 2018 +0000
+++ b/Ball/Ball.cpp	Tue May 08 12:20:04 2018 +0000
@@ -52,4 +52,9 @@
         _circx = 3;
     }
 
+}
+
+Vector2D Ball::get_pos() {
+    Vector2D p = {_circx,_circy};
+    return p;    
 }
\ No newline at end of file