#![no_std]moddht;pubmoddht11;pubmoddht20;pubmoddht22;/// Represents a reading from the sensor.
pubstructSensorReading<T>{pubhumidity: T,
pubtemperature: T,
}/// Possible errors when interacting with the sensor.
#[derive(Debug)]pubenumSensorError{
ChecksumMismatch,}