Trait lcd::Delay[][src]

pub trait Delay {
    fn delay_us(&mut self, delay_usec: u32);
}

Required methods

Delay for given amount of time (in microseconds).

Implementors