|
arduino-audio-tools
|
#include "AudioTools/CoreAudio/AudioPWM/PWMDriverBase.h"#include "driver/gpio.h"#include "driver/ledc.h"Go to the source code of this file.
Classes | |
| struct | PinInfoESP32 |
| Information for a PIN. More... | |
| class | PWMDriverESP32 |
| Audio output to PWM pins for the ESP32. The ESP32 supports up to 16 channels. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| typedef PinInfoESP32 | PinInfo |
Variables | |
| static constexpr int | PWM_ESP32_LEDC_CHANNELS_PER_MODE = 8 |
| static constexpr int | PWM_ESP32_LEDC_SPEED_MODE_COUNT = 1 |