Expand description
Serializable messages representing DHT sensor data.
Structsยง
- DhtData
Raw - Serde JSON from the DHT sensor over serial.
- DhtSensors
- Container of measurements from all DHT sensors in one reading.
- DhtSensors
Serde - A more compactly serialized verson of DhtSensors for serializing via JSON
- Measurement
- Data container for a DHT sensor measurement that contains either an error or data.
- Sensor
Data - A single reading for a DHT sensor.