3 releases (1 stable)
1.0.0 | Jan 30, 2021 |
---|---|
0.0.2 | Jan 13, 2021 |
0.0.1 | Jan 12, 2021 |
#1116 in Embedded development
25KB
335 lines
svm40-rs
Platform agnostic Rust device driver for Sensirion SVM40 development board
Platform agnostic Rust driver for Sensirion SVM40 device with gas, temperature and humidity sensors
based on the 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 or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
Dependencies
~82KB