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 QEI biquadFilter
Diff: geometry.h
- Revision:
- 7:a80cb6b06320
- Parent:
- 2:fc869e45e672
- Child:
- 17:1aabad4ad986
diff -r 05f73a8474ca -r a80cb6b06320 geometry.h --- a/geometry.h Wed Nov 02 09:26:38 2016 +0000 +++ b/geometry.h Wed Nov 02 16:29:13 2016 +0000 @@ -21,6 +21,4 @@ */ void getArmLengthsForRollerPosition(float x, float y, float &upper, float &lower); - -float getMinimalArmLength(); -float getMaximalArmLength(); +void getRollerPositionForArmLengths(float upper, float lower, float &x, float &y);