138#warning"Mozzi is configured to use an external void 'audioOutput(const AudioOutput f)' function. Please define one in your sketch"
139#endif
140
141// Hardware-specific checks file should have more narrow checks for most options, below, but is not required to, so let's check for anything that is wildly out of scope:
197/// Step 6: Some more checks that need to be at the end, because of requiring end of the foodchain headers
198// TODO: Rather move this up again, and make AudioOutputStorage_t a primary config option
199#include"../AudioOutput.h"
200static_assert(MOZZI_AUDIO_BITS <= (8*sizeof(AudioOutputStorage_t)), "Configured MOZZI_AUDIO_BITS is too large for the internal storage type");
201
202#endif
Generated automatically using Doxygen. If info on this page is outdated, incomplete, or wrong, please open an issue at https://github.com/sensorium/Mozzi/issues