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:5bdf87e1ca68
- Parent:
- 1:0925301c3257
- Child:
- 3:ee47e451eb7c
diff -r 0925301c3257 -r 5bdf87e1ca68 QEI.cpp --- a/QEI.cpp Wed Nov 14 09:57:55 2018 +0000 +++ b/QEI.cpp Thu Nov 15 15:56:06 2018 +0000 @@ -298,7 +298,7 @@ pulses_ -= change; PulseCount_++; - if (PulseCount_==2) + if (PulseCount_==1) { yay_=1; PulseCount_ = 0;