Rotary icon indicating copy to clipboard operation
Rotary copied to clipboard

Rotary encoder library for Arduino

Results 5 Rotary issues
Sort by recently updated
recently updated
newest added

Thanks for making this library (and sorry for abusing issues for this message). It is such a brilliant library. Before I used the Encoder library and my cheap encoders where...

Hi! It's possible to get when step finishes? Thx

please add support for reactive callbacks, i.e.: ```c++ class RotaryReactor: public Rotary { private: static void noop() { } void (*reactorPositive)() = &noop; void (*reactorNegative)() = &noop; public: RotaryReactor(char pinA,...

enhancement

Hi all, Do this library support quarter encoder step? Will be really handly to support this, as the library is really compact and lightweight. Thakns for supporting!

enhancement

I could use help maintaining this project. If interested, feel free to: - comment on issues to help others, ask for more info - close issues (*) - review PRs...