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.cpp
- Revision:
- 5:8814d6de77d0
- Parent:
- 3:116913e97fd7
- Child:
- 7:0d9cee90ab0d
--- a/Floors/Floors.cpp Thu Apr 11 14:44:14 2019 +0000 +++ b/Floors/Floors.cpp Sat Apr 13 17:37:52 2019 +0000 @@ -20,6 +20,9 @@ lcd.drawRect(_x, _y, _width, _height, FILL_BLACK); } +void Floors::update(){ +} + void Floors::set_velocity(Vector2D v){ _velocity.x = v.x;