[][src]Trait dht_sensor::DhtReading

pub trait DhtReading: FromRaw + Sized {
    fn read<P, E, D>(delay: &mut D, pin: &mut P) -> Result<Self, DhtError<E>>
    where
        P: InputOutputPin<E>,
        D: Delay
, { ... } }

Provided methods

fn read<P, E, D>(delay: &mut D, pin: &mut P) -> Result<Self, DhtError<E>> where
    P: InputOutputPin<E>,
    D: Delay

Loading content...

Implementors

impl DhtReading for dht_sensor::dht11::Reading[src]

impl DhtReading for dht_sensor::dht22::Reading[src]

Loading content...