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 7ee0dd5 commit 58840ffCopy full SHA for 58840ff
examples/examples-stream/streams-i2s_pdm-serial/streams-i2s_pdm-serial.ino
@@ -25,7 +25,7 @@ void setup(void) {
25
cfg.signal_type = PDM;
26
//cfg.use_apll = false;
27
//cfg.auto_clear = false;
28
- cfg.pin_bck = -1; // not used
+ cfg.pin_ws = -1; // not used
29
i2sStream.begin(cfg);
30
31
// make sure that we have the correct channels set up
0 commit comments