Mozzi
version v2.0
sound synthesis library for Arduino
config_example_rp2040_pwm.h
1
/* Configuration example
2
3
This example is targetted at the RP2040 (raspberry Pi pico) platform only!
4
5
The configuration formerly known as STANDARD_PLUS is still the default on RP2040, so you
6
do not need to configure anything! This file just lists the relevant settings involved: */
7
8
#
include
"MozziConfigValues.h"
// for named option values
9
10
// all of these are the defaults on RP2040, anyway, thus commented
11
//#define MOZZI_AUDIO_MODE MOZZI_OUTPUT_MODE_PWM
12
//#define MOZZI_AUDIO_RATE 32768
13
14
15
// should you wish to customize the output pin:
16
//#define AUDIO_AUDIO_PIN_1 0
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