[][src]Function embedded_platform::gpio::set::set

Important traits for Set<'_, A>
pub fn set<A: ?Sized>(pin: &mut A, high: bool) -> Set<A> where
    A: OutputPin + Unpin

Creates a new Set for the provided GPIO pin, that, when polled, will drive it to the specified high or low value.