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.
More information about the iC-MD counter can be found here.
This driver is not yet complete and is currently under development.
Currently, the driver is only available on GitHub and is not yet published to crates.io. Thus, the documentation can for now also only be found here on GitHub.
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.