Class mRotaryEncoder for mechanical incremental rotary encoders with pushbuttons. Use debouncing and callback-functions for rotation and pressing of button. This version is for old mbed. New version for mbed-os see https://os.mbed.com/users/charly/code/mRotaryEncoder-os/
Dependents: SimplePIDBot FinalProgram VS1053Player SPK-DVIMXR ... more
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:24b34deae975 | 2020-03-03 | jirrick | configure detection of rise and fall events |
10:2502b829d452 | 2016-02-26 | charly | bugfix |
9:36f7abb289c6 | 2015-12-20 | charly | cosmetics |
8:41c44b127443 | 2015-03-11 | charly | fixed typos |
7:ec80fd9c0c08 | 2015-03-11 | charly | Added FunctionPointers and Methodes for clockwise(CW) rotation and counterclockwise(CCW) rotation |
6:854c349157b0 | 2015-03-11 | charly | fixed typo rotISR ->rotIsr |
5:75ddffaf3721 | 2011-02-09 | charly | Changed InterruptIn to Pindetect for Rotary pinA |
4:82be633acd05 | 2011-02-01 | charly | Re-Imported PinDetect-Library as it \"disappeared\" |
3:39c2fc4482be | 2011-02-01 | charly | Updated PinDetect functions |
2:f99ac9745a2c | 2011-02-01 | charly | Changed InterruptIn for switch to PinDetect |
1:bb7b4e631dff | 2010-11-29 | charly | doc |
0:562943b05e99 | 2010-11-29 | charly | Initial version based on CRotaryEncoder from Thomas Raab |