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.
Fork of QEI by
Diff: QEI.cpp
- Revision:
- 2:c10e8ecc2e87
- Parent:
- 1:865d5b989ec4
diff -r 865d5b989ec4 -r c10e8ecc2e87 QEI.cpp --- a/QEI.cpp Tue Nov 19 20:41:35 2013 +0000 +++ b/QEI.cpp Tue Nov 26 04:31:41 2013 +0000 @@ -185,6 +185,12 @@ } +float QEI::getAngle(void) { + + return pulses_*2*3.1415926/pulsesPerRev_; + +} + int QEI::getRevolutions(void) { return revolutions_;