Trait onewire::OpenDrainOutput [] [src]

pub trait OpenDrainOutput {
    fn drain_low(&mut self);
fn float_high(&mut self);
fn is_high(&self) -> bool;
fn delay_us(&mut self, us: u16); fn is_low(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors