This file keeps a list of named configuration values.
More...
#include "hardware_defines.h"
Go to the source code of this file.
This file keeps a list of named configuration values.
Note that these are all given as defines, instead of e.g. const ints or enum values, because they need to be usable at preprocessor level, in order to control conditional compilation.
Definition in file MozziConfigValues.h.
|
#define | MOZZI_MONO |
|
#define | MOZZI_STEREO |
|
#define | MOZZI_OUTPUT_PWM |
|
#define | MOZZI_OUTPUT_2PIN_PWM |
|
#define | MOZZI_OUTPUT_EXTERNAL_TIMED |
|
#define | MOZZI_OUTPUT_EXTERNAL_CUSTOM |
|
#define | MOZZI_OUTPUT_PDM_VIA_I2S |
|
#define | MOZZI_OUTPUT_PDM_VIA_SERIAL |
|
#define | MOZZI_OUTPUT_I2S_DAC |
|
#define | MOZZI_OUTPUT_INTERNAL_DAC |
|
#define | MOZZI_AUDIO_INPUT_NONE |
|
#define | MOZZI_AUDIO_INPUT_STANDARD |
|
#define | MOZZI_ANALOG_READ_NONE |
|
#define | MOZZI_ANALOG_READ_STANDARD |
|
#define | MOZZI_I2S_FORMAT_PLAIN |
|
#define | MOZZI_I2S_FORMAT_LSBJ |
|
#define | MOZZI_COMPATIBILITY_1_1 |
|
#define | MOZZI_COMPATIBILITY_2_0 |
|
#define | MOZZI_COMPATIBILITY_LATEST |
|