[][src]Module dht_logger::messages

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.