Structs§
- DHT11
Controller - Struct representing a DHT11 sensor controller with a GPIO pin.
- DHT11
Result - Struct representing the result of a DHT11 sensor reading, containing temperature and humidity.
Enums§
- DHT11
Error - Enum representing possible errors during DHT11 sensor communication.
Traits§
- Sensor
- Trait representing a generic sensor with methods for reading sensor data.