|
FastLED 3.9.15
|
#include <Arduino.h>#include <FastLED.h>#include "fl/sstream.h"#include "fl/type_traits.h"#include "fl/audio_input.h"#include "platforms/esp/32/audio/sound_util.h"
Include dependency graph for AudioInput.h:Go to the source code of this file.
Macros | |
| #define | I2S_CHANNEL fl::Right |
| #define | I2S_CLK_PIN 4 |
| #define | I2S_SD_PIN 8 |
| #define | I2S_WS_PIN 7 |
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| fl::shared_ptr< fl::IAudioInput > | audioSource |
| fl::AudioConfig | config = fl::AudioConfig::CreateInmp441(I2S_WS_PIN, I2S_SD_PIN, I2S_CLK_PIN, I2S_CHANNEL) |