iC-MD Rust driver
This is a pure Rust implementation of a driver for the iC Haus iC-MD 48 bit quadrature counter. The driver is designed to use the SPI interface and is built on top of embedded-hal traits and making use of the excellent device_driver toolkit. See the docs for detailed documentation.
More information about the iC-MD counter can be found here.
License
All source code in this repository is licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.