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