LedsComponentType

Type Alias LedsComponentType 

Source
pub type LedsComponentType<L, const NUMLEDS: usize> = LedDriver<'static, L, NUMLEDS>;

Aliased Typeยง

pub struct LedsComponentType<L, const NUMLEDS: usize> { /* private fields */ }