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: TankL/TankL.h
- Revision:
- 11:4e2eb64031a0
- Parent:
- 10:d4fb12e9e7cd
--- a/TankL/TankL.h Fri Apr 12 12:01:47 2019 +0000 +++ b/TankL/TankL.h Sat Apr 13 16:31:43 2019 +0000 @@ -9,6 +9,9 @@ class TankL { public: + + TankL(); + ~TankL(); //Accessors int get_position_x(); int get_position_y();