[][src]Trait embedded_platform::gpio::InputPinExt

pub trait InputPinExt: InputPin {
    fn get(&mut self) -> Get<Self>
    where
        Self: Unpin
, { ... } }

Extension functions for instances of InputPin.

Provided methods

Important traits for Get<'_, A>
fn get(&mut self) -> Get<Self> where
    Self: Unpin

Gets the current high or low state of this pin.

Loading content...

Implementors

impl<A> InputPinExt for A where
    A: InputPin
[src]

Loading content...