STM32encoder

Other

Arduino library for the management of rotary encoders with STM32
This Arduino library makes it easy to use rotary encoders. A few lines of code instantiate the encoder object and manage it. You can link a variable so that it is changed by turning the knob. You can attach a user defined isr to be executed on each tick of knob. The rate of change can be related to the speed of rotation. There are some function to manage the knob button too.

Author: bit.factory

Maintainer: Gianni Carbone

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.