Crate aht10

Source
Expand description

A platform agnostic driver to interface with the AHT10 temperature and humidity sensor.

This driver was built using embedded-hal traits.

Unfortunately, the AHT10 datasheet is somewhat underspecified. There’s a FIFO mode as well as command data bytes which are briefly mentioned, but I’ve found no documentation describing what they mean. Caveat emptor.

Structs§

AHT10
AHT10 driver
Humidity
Humidity reading from AHT10.
Temperature
Temperature reading from AHT10.

Enums§

Error
AHT10 Error