This is a platform agnostic Rust driver for the Sensirion SGP30 gas sensor,
based on the embedded-hal
traits.
Docs: https://docs.rs/sgp30
The Sensirion SGP30 is a low-power gas sensor for indoor air quality applications with good long-term stability. It has an I²C interface with TVOC (Total Volatile Organic Compounds) and CO₂ equivalent signals.
Datasheet: https://www.sensirion.com/file/datasheet_sgp30
To run clippy lints, compile the library with --features clippy
on a nightly
compiler:
$ cargo build --features clippy
Licensed under either of
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.