Rotary Enconder Library

Hello,
Is there any library for rotary enconder compatible with mbed-os 6?

Thanks in advance.

Hello,

I don’t know about any, but did you tried any old? Libraries of this type are usually not so complicated.

BR, Jan

1 Like

not well documented, but you can try this:

There are two versions, the irq version is for a reliable encoder that does not bounce, the other one can handle bouncing encoders.
Both are intended for use with slow, manual driven encoders.

2 Likes

Thank you.