[][src]Trait embedded_platform::gpio::OutputPinExt

pub trait OutputPinExt: OutputPin {
    fn set(&mut self, high: bool) -> Set<Self>
    where
        Self: Unpin
, { ... } }

Extension functions for instances of OutputPin.

Provided methods

Important traits for Set<'_, A>
fn set(&mut self, high: bool) -> Set<Self> where
    Self: Unpin

Sets the current high or low state of this pin.

Loading content...

Implementors

impl<A> OutputPinExt for A where
    A: OutputPin
[src]

Loading content...