components::led

Type Alias LedsComponentType

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

Aliased Typeยง

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