Crates.io | shtcx |
lib.rs | shtcx |
version | 1.0.0 |
source | src |
created_at | 2020-01-25 00:39:59.369274 |
updated_at | 2024-05-13 10:44:13.406204 |
description | Platform agnostic Rust driver for the Sensirion SHTCx series temperature/humidity sensors. |
homepage | |
repository | https://github.com/dbrgn/shtcx-rs |
max_upload_size | |
id | 201705 |
size | 90,464 |
This is a platform agnostic Rust driver for the Sensirion SHTCx and SHTWx
temperature / humidity sensor series, based on the
embedded-hal
traits.
Tested with the following sensors:
Docs: https://docs.rs/shtcx
The Sensirion SHTCx series offers low-power high-precision digital temperature and humidity sensors that communicate over the I²C bus.
The SHTWx series uses the same protocol, but in a wafer-level chip-scale package (WLCSP).
There are a few examples in the examples
directory: The linux-<target>
example queries the sensor a few times using linux-embedded-hal
, while the
monitor-<target>
example implements a terminal based real-time graphical
temperature/humidity monitoring tool.
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.