Trait embedded_hal::digital::InputPin [] [src]

pub trait InputPin {
    fn is_high(&self) -> bool;
fn is_low(&self) -> bool; }
[]

Single digital input pin

Required Methods

[]

Is the input pin high?

[]

Is the input pin low?

Implementors