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
Diff: Floors/Floors.h
- Revision:
- 8:90e789413e0b
- Parent:
- 5:8814d6de77d0
- Child:
- 9:5e53bca2a4c2
--- a/Floors/Floors.h Sun Apr 14 17:07:02 2019 +0000 +++ b/Floors/Floors.h Tue Apr 16 16:16:08 2019 +0000 @@ -4,6 +4,8 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Doodler.h" + class Floors{ public: Floors(); @@ -22,6 +24,10 @@ int _x; int _y; Vector2D _velocity; + Vector2D _current_vel; + Vector2D _new_vel; + Vector2D _current_pos; + Vector2D _new_pos; }; #endif \ No newline at end of file