encoder
encoder copied to clipboard
Atmel AVR C++ RotaryEncoder Implementation
If the ISR set the state of button after ret was set but before button was set to open, the event was lost
Hi there, any chance getting it to work with a port expander like the MCP27013? I tried to do an own version of it, but I get stuck. Seems that...
I'm trying to use the library with an Adafruit Rotarty Encoder. The reading of the encoder seems to work fine. The problem I'm having is that it sometimes misses ClickEncoder::Released....
Not even the example sketch can compile anymore.
mr.
ClickEncoder.h
Hi, I've added some minor tweaks (mostly preprocessor defines related) to make it compiling for stm32duino.
I was not using double clicks in my code so I disabled it in my setup(), but then when I went to add the ClickEncoder::Clicked case it wasn't being captured....
I have a rotatory encoder with pushbutton. I am using this library to read the values from the encoder. Each time I move the encoder one indent, 4 events get...
Added support for encoder with Switch active HIGH and Encoder Active LOW like https://www.sparkfun.com/products/10982
Wiring
I don't see any input_pullups in code as assumed (like in constructor?), no idea where to connect the button's other end and encoder's common pin. Adding one or two sentences...