embedded_platform::gpio::get
impl<'_, A: ?Sized> Future for Get<'_, A> where A: InputPin + Unpin, type Output = Result<bool, A::Error>;
pub fn get<A: ?Sized>(pin: &mut A) -> Get<A> where A: InputPin + Unpin,
Creates a new Get for the provided GPIO pin.
Get