Crate dht11_gpio

Crate dht11_gpio 

Source

Structs§

DHT11Controller
Struct representing a DHT11 sensor controller with a GPIO pin.
DHT11Result
Struct representing the result of a DHT11 sensor reading, containing temperature and humidity.

Enums§

DHT11Error
Enum representing possible errors during DHT11 sensor communication.

Traits§

Sensor
Trait representing a generic sensor with methods for reading sensor data.