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.
Dependents: backdrive backdrive_3
Diff: encoder.h
- Revision:
- 5:32ee588c735d
- Parent:
- 4:c99eb511ac08
- Child:
- 6:36805e006b09
--- a/encoder.h Sat Jan 05 07:16:33 2019 +0000 +++ b/encoder.h Tue Apr 30 04:11:47 2019 +0000 @@ -38,7 +38,7 @@ { public: Encoder(PinName a_phase , PinName b_phase ); - void calState(); + void calculate(); float getState(int ch);