Skip to main content

LedHw

Type Alias LedHw 

Source
pub(crate) type LedHw = LedLow<'static, GPIOPin<'static>>;

Aliased Type§

pub(crate) struct LedHw {
    pub pin: &'static GPIOPin<'static>,
}

Fields§

§pin: &'static GPIOPin<'static>