Trait embedded_hal::digital::v1::InputPin [−][src]
👎 Deprecated since 0.2.2:
Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Single digital input pin
This trait is available if embedded-hal is built with the "unproven" feature.
This version of the trait is now deprecated. Please use the new InputPin trait in
digital::v2::InputPin.
Required methods
fn is_high(&self) -> bool[src]
👎 Deprecated since 0.2.2:
Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Is the input pin high?
fn is_low(&self) -> bool[src]
👎 Deprecated since 0.2.2:
Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Is the input pin low?
Implementors
Loading content...