Crate hts221_async

source ·
Expand description

hts221-async

CI crates.io docs.rs Matrix

Async driver for the HTS221 temperature and humidity sensor.

Structs

Discriminant for the Celsius temperature scale.
Discriminant for the Fahrenheit temperature scale.
An instance of the HTS221 driver using I2C transport from embedded-hal-async.
Discriminant for the Kelvin temperature scale.
Values read from the driver with the given scale.
A temperature value with its associated scale.

Enums

Error returned by Hts221 driver

Traits

Trait representing a temperature scale.