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