Sensors

QuadratureEncoder

A library for quadrature encoder utilizing enableInterrupt.h.

This library make it easier to use quadrature encoder. The library counts the encoder pulses in the background and user just have to call a method function to get encoder count. Note: enableInterrupt library is needed for this library to work.

Go to repository