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:
- 5:8814d6de77d0
- Parent:
- 3:116913e97fd7
- Child:
- 8:90e789413e0b
--- a/Floors/Floors.h Thu Apr 11 14:44:14 2019 +0000 +++ b/Floors/Floors.h Sat Apr 13 17:37:52 2019 +0000 @@ -10,6 +10,7 @@ ~Floors(); void init(int x, int y, int width, int height); void draw(N5110 &lcd); + void update(); Vector2D get_velocity(); //accesors Vector2D get_pos(); void set_pos(Vector2D p); // mutators