pub struct Pattern { /* private fields */ }Expand description
A pre-computed LED pattern. steps is an alternating list of
durations starting with the ON phase: [on_0, off_0, on_1, off_1, ...].
pub struct Pattern { /* private fields */ }A pre-computed LED pattern. steps is an alternating list of
durations starting with the ON phase: [on_0, off_0, on_1, off_1, ...].