olegv142 / QEnc

Arduino quadrature rotary encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QEnc

Arduino quadrature rotary encoder

This is yet another library for interfacing to quadrature rotary encoder. The goal is keep the code as simple and as fast as possible. So it can be called from timer ISR with sub-milliseconds period even on slow CPU. The example code does exactly that.

Author

Oleg Volkov (olegv142@gmail.com)

About

Arduino quadrature rotary encoder

License:The Unlicense


Languages

Language:C++ 100.0%