# `emc2101-rs` [![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] ![MIT licensed][license-image] Platform-agnostic Rust driver for the Microchip EMC2101 SMBus Fan Control with 1°C Accurate Temperature Monitoring. ## Resources - [EMC2101 product page][product-page] - [EMC2101 datasheet][datasheet] ## License Dual licensed under your choice of either of: - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) ### 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. [crate-image]: https://img.shields.io/crates/v/emc2101-rs.svg [crate-link]: https://crates.io/crates/emc2101-rs [docs-image]: https://docs.rs/emc2101-rs/badge.svg [docs-link]: https://docs.rs/emc2101-rs/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [product-page]: https://www.microchip.com/en-us/product/EMC2101 [datasheet]: https://ww1.microchip.com/downloads/aemDocuments/documents/MSLD/ProductDocuments/DataSheets/EMC2101-Data-Sheet-DS20006703.pdf