Crate hts221_async

Source
Expand description

§hts221-async

CI crates.io docs.rs Matrix

Async driver for the HTS221 temperature and humidity sensor.

Structs§

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

Enums§

Hts221Error
Error returned by Hts221 driver

Traits§

TemperatureScale
Trait representing a temperature scale.