46/** NOTE: This should be set to whichever resolution (in bits) mozziAnalogRead() returns values in by default in your implementation.
47 * mozziAnalogRead<bits>() will shift the return value accordingly. Generally you will set this to the default hardware resolution for this platform.
48 *
49 * @em Optionally, you could to set this to the user configurable MOZZI_ANALOG_READ_RESOLUTION (if it has been defined), and configure your ADC reads,
50 * accordingly, avoiding the extra shift operation:
118 * Output resolution is 10 bits by default, and goes to pin DAC0. Hardware timer 1 is claimed by Mozzi.
119 * Only mono output is supported. Within the hardware limits of your board, you can configure the following:
120 *
121 * @code
122 * #define MOZZI_AUDIO_PIN_1 ... // default is DAC0
123 * #define MOZZI_AUDIO_BITS ... // default is 10
124 * @endcode
125 *
126 * @section MYPORT_external MOZZI_OUTPUT_EXTERNAL_TIMED and MOZZI_OUTPUT_EXTERNAL_CUSTOM
127 * See @ref external_audio
128*/
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