ELEC2645 (2017/18) / Mbed 2 deprecated ll14zs

Dependencies:   mbed

Fork of ll14zs by Zeshaan Saeed

Revision:
3:1231a3961984
Parent:
2:5d3aac7fd3df
--- a/Car/Car.h	Tue May 08 11:15:58 2018 +0000
+++ b/Car/Car.h	Thu May 24 17:37:17 2018 +0000
@@ -38,12 +38,12 @@
 /** 
 @brief Gets the position
 */
-    Vector2D get_position();
+    Vector2D get_pos();
     
 /** 
 @brief Sets the Position
 */
-    void set_position(Vector2D p);
+    void set_pos(Vector2D p);
     
 /** 
 @brief Gets Velocity of car