pub fn get<A>(pin: &mut A) -> Get<'_, A> ⓘwhere A: InputPin + Unpin + ?Sized,
Creates a new Get for the provided GPIO pin.
Get