1 unstable release
0.1.0 | Apr 10, 2023 |
---|
#18 in #co2
5KB
55 lines
ee895
This crate provides a driver for the EE895 sensor. The CO2, temperature and pressure measurements can be from the sensor over I2C.
Resources
License
The source code is licensed under the MIT licence. Please read the LICENSE File for more information.
lib.rs
:
EE895 CO2, Pressure and Temperature driver.
This crate provides a driver for the EE895 sensor. The CO2, temperature and pressure measurements can be from the sensor over I2C.
The main driver is created using Ee895::new
which accepts an I2C interface instance.
Dependencies
~71KB