Module messages

Source
Expand description

Serializable messages representing DHT sensor data.

Structsยง

DhtDataRaw
Serde JSON from the DHT sensor over serial.
DhtSensors
Container of measurements from all DHT sensors in one reading.
DhtSensorsSerde
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.
SensorData
A single reading for a DHT sensor.