[−][src]Trait embedded_hal::digital::InputPin
Single digital input pin
Associated Types
type Error
Error type
Required methods
fn try_is_high(&self) -> Result<bool, Self::Error>
Is the input pin high?
fn try_is_low(&self) -> Result<bool, Self::Error>
Is the input pin low?