pub type CustomWaveform = [f32; 32];
Expand description

Custom waveforms only need to contain an array of data. This is a convenience type for arrays that follow the required pattern.