FastLED 3.9.15
Loading...
Searching...
No Matches

◆ CreateInmp441()

static Config fl::audio::Config::CreateInmp441 ( int pin_ws,
int pin_sd,
int pin_clk,
AudioChannel channel,
u16 sample_rate = 44100ul,
int i2s_num = 0 )
inlinestatic
Examples
Sailboat.ino.

Definition at line 153 of file input.h.

155 {
156 ConfigI2S config(pin_ws, pin_sd, pin_clk, i2s_num, channel, sample_rate,
157 16);
158 Config out(config);
159 out.setMicProfile(MicProfile::INMP441);
160 return out;
161 }
Config(const ConfigI2S &config) FL_NOEXCEPT
Definition input.h:233
@ INMP441
InvenSense INMP441 MEMS mic (most common)

References Config(), FL_NOEXCEPT, fl::audio::INMP441, and setMicProfile().

Referenced by createAudioConfig(), and setup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: