Crates.io | sgp40 |
lib.rs | sgp40 |
version | |
source | src |
created_at | 2021-02-15 17:50:20.901742+00 |
updated_at | 2025-03-01 21:55:28.205299+00 |
description | Rust driver for the Sensirion SGP40 gas sensor. |
homepage | |
repository | https://github.com/mjaakkol/sgp40-rs |
max_upload_size | |
id | 355660 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Platform agnostic Rust device driver for Sensirion SGP40
Platform agnostic Rust driver for Sensirion SGP40 gas sensor using the embedded-hal
traits.
Sensirion SGP40 is 2nd generation low-power accurate gas sensor for air quality application. The sensor uses I²C interface and measures VOC (Total Volatile Organic Compounds)
Datasheet: https://www.sensirion.com/file/datasheet_sgp40
The crate is feature complete.
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.
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.