| Crates.io | scd30-interface |
| lib.rs | scd30-interface |
| version | 2.0.0 |
| created_at | 2024-11-18 00:53:28.072055+00 |
| updated_at | 2024-12-31 00:54:41.097949+00 |
| description | An I2C driver for the SCD30 sensor in Rust. |
| homepage | |
| repository | https://github.com/Gronner/scd30-interface |
| max_upload_size | |
| id | 1451657 |
| size | 86,845 |
A Rust I2C driver for Sensirion's SCD30 CO2, temperature and humidity sensor module. This driver is based on the embedded-hal traits.
Features:
async interfaces with the async featuredefmt support.If you want to contribute open a Pull Request with your suggested changes and ensure that the integration pipeline runs.
Licensed under either of
SPDX-License-Identifier: Apache-2.0 OR MIT