pub type CustomWaveform = [f32; 32];
Custom waveforms only need to contain an array of data. This is a convenience type for arrays that follow the required pattern.