Trait cupi::AnalogRead [] [src]

pub trait AnalogRead {
    fn analog_read(&self) -> usize;
}

Required Methods

Implementors