Struct dht22_pi::Reading [] [src]

pub struct Reading {
    pub temperature: f32,
    pub humidity: f32,
}

A temperature and humidity reading from the DHT22.

Fields

Trait Implementations

impl Debug for Reading
[src]

Formats the value using the given formatter.