We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d860f7 commit 3b2280fCopy full SHA for 3b2280f
examples/examples-stream/streams-i2s_pdm-serial/streams-i2s_pdm-serial.ino
@@ -23,10 +23,9 @@ void setup(void) {
23
auto cfg = i2sStream.defaultConfig(RX_MODE);
24
cfg.copyFrom(info);
25
cfg.signal_type = PDM;
26
- cfg.channel_format = I2S_CHANNEL_FMT_ALL_RIGHT; // try with left
27
- cfg.use_apll = false;
+ //cfg.use_apll = false;
28
//cfg.auto_clear = false;
29
- cfg.pin_bck = I2S_PIN_NO_CHANGE; // not used
+ cfg.pin_bck = -1; // not used
30
i2sStream.begin(cfg);
31
32
// make sure that we have the correct channels set up
0 commit comments