# svm40-rs Platform agnostic Rust device driver for Sensirion SVM40 development board [![Build status][workflow-badge]][workflow] [![Crates.io Version][crates-io-badge]][crates-io] [![Crates.io Downloads][crates-io-download-badge]][crates-io-download] [![Documentation](https://docs.rs/svm40/badge.svg)](https://docs.rs/svm40) ![No Std][no-std-badge] Platform agnostic Rust driver for Sensirion SVM40 device with gas, temperature and humidity sensors based on the [`embedded-hal`](https://github.com/japaric/embedded-hal) traits. ## Sensirion SVM40 Sensirion SVM40 has 2nd generation low-power accurate SGP40 gas sensor for air quality application and SHT40 sensor measuring temperature and humidity. The sensor uses I²C interface and measures VOC (*Total Volatile Organic Compounds*) Evaluation board: https://www.sensirion.com/cn/environmental-sensors/evaluation-kit-sek-svm40/ ## Development status The sensor development is complete. The next major revision is done when moved into using new embedded-hal. ## License Licensed under 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) at your option. ### Contributing 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. [workflow]: https://github.com/mjaakkol/svm40-rs/actions?query=workflow%3ARust [workflow-badge]: https://img.shields.io/github/workflow/status/mjaakkol/svm40-rs/Rust/master [crates-io]: https://crates.io/crates/svm40 [crates-io-badge]: https://img.shields.io/crates/v/svm40.svg?maxAge=3600 [crates-io-download]: https://crates.io/crates/svm40 [crates-io-download-badge]: https://img.shields.io/crates/d/svm40.svg?maxAge=3600 [no-std-badge]: https://img.shields.io/badge/no__std-yes-blue