EncoderTool icon indicating copy to clipboard operation
EncoderTool copied to clipboard

The EncoderTool is a library to manage and read out rotary encoders connected either directly or via multiplexers to ARM based boards. Encoder push buttons are supported. Callback functions can be att...

Results 3 EncoderTool issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for such a nice project! I want to use a Raspberry pi Pico board as a dedicated device for encoders only. The board has enough pins to use...

Following the issue https://github.com/luni64/EncoderTool/issues/31#issuecomment-1478023327, I've implemented the callback for muxed buttons for the 47165 IC, analogous to `encoders.attachCallback(onAnyEncoder);`. I tested it successfully on a teensy++ 2.0 and following the schematics...

Am I correct to assume their is no push button support for Multiplexed encoders? Is it in the pipeline?