sgp41 0.1.1

Rust driver for the Sensirion SGP41 series. VOC and NOx Sensor.
Documentation
1
2
3
4
pub struct RawSensorData {
    pub voc_ticks: u16,
    pub nox_ticks: u16,
}