quadrature-decoder 0.2.0

Pure logic-level implementations of quadrature decoders with support for full-, half- an quad-stepping.
Documentation
1
2
3
4
5
6
//! Quadrature-based decoder.

mod incremental;
mod indexed;

pub use self::{incremental::IncrementalDecoder, indexed::IndexedIncrementalDecoder};