Trait embedded_hal::digital::InputPin
[−]
[src]
pub trait InputPin {
fn is_high(&self) -> bool;
fn is_low(&self) -> bool;
}Single digital input pin