SimpleRotary
SimpleRotary copied to clipboard
SimpleRotary is a Arduino library for using basic bare-bones type rotary encoders. Usually these are the cheap ones without the breakout board. - Getting rotary encoder rotation direction. - Getting r...
I tried to use SimpleRotary with two Encoders. For any reason the second doesn't work. Is it somehow possible to use it with two or is it not working? Thanx,...
I have created an example and edited the library, so that also a rotation with pushed down button can be detected. Maybe it is somehow possible to fully integrate this...
The comment for push() function was mistakenly copied from the rotate() function, leading to inaccurate documentation. Updated the comment to accurately describe the behavior of push(). Additionally, added the setSwitchDebounceDelay(int)...