Function get

Source
pub fn get<A>(pin: &mut A) -> Get<'_, A> 
where A: InputPin + Unpin + ?Sized,
Expand description

Creates a new Get for the provided GPIO pin.