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.
Diff: PositionSensor/PositionSensor.h
- Revision:
- 13:a3fa0a31b114
- Parent:
- 11:c83b18d41e54
- Child:
- 14:80ce59119d93
--- a/PositionSensor/PositionSensor.h Sun May 22 03:38:19 2016 +0000 +++ b/PositionSensor/PositionSensor.h Sun May 22 03:47:40 2016 +0000 @@ -5,6 +5,7 @@ virtual float GetMechPosition() {return 0.0f;} virtual float GetElecPosition() {return 0.0f;} virtual float GetMechVelocity() {return 0.0f;} + virtual float GetElecVelocity() {return 0.0f;} };