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: QEI/QEI.h
- Revision:
- 1:c8dc3dee3b70
- Parent:
- 0:41149573d577
--- a/QEI/QEI.h Sun Sep 28 19:53:31 2014 +0000 +++ b/QEI/QEI.h Sun Sep 28 20:02:02 2014 +0000 @@ -220,6 +220,11 @@ */ void encode(void); + /** + * Read the number of pulses per revolution. + * + * @return Number of pulses per revolution. + */ int getPulsesPerRev() {return pulsesPerRev_;} private: /**