pub type SequencerCommand16<Id, D> = SequencerCommand<Id, D, 16>;Expand description
Sequencer command with capacity for 16 steps.
Aliased Type§
pub struct SequencerCommand16<Id, D> {
pub led_id: Id,
pub action: SequencerAction<D, 16>,
}Fields§
§led_id: IdLED identifier.
action: SequencerAction<D, 16>Action to execute.