rotary-encoder 0.1.0

Interpret rotary encoder signals as rotation direction
Documentation
1
2
3
4
5
6
7
# rotary-encoder

Rust library for decoding the outputs of rotary encoders in conjunction with
[futures](https://github.com/alexcrichton/futures-rs). You will likely want to
use this with [sysfs_gpio](https://github.com/rust-embedded/rust-sysfs-gpio)
and [tokio-core](https://github.com/tokio-rs/tokio-core) (see
[examples/echo.rs](example)).