Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of ll14zs by
Diff: Car/Car.h
- 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