Skip to content

Commit 58840ff

Browse files
authored
Update streams-i2s_pdm-serial.ino
1 parent 7ee0dd5 commit 58840ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-stream/streams-i2s_pdm-serial/streams-i2s_pdm-serial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void setup(void) {
2525
cfg.signal_type = PDM;
2626
//cfg.use_apll = false;
2727
//cfg.auto_clear = false;
28-
cfg.pin_bck = -1; // not used
28+
cfg.pin_ws = -1; // not used
2929
i2sStream.begin(cfg);
3030

3131
// make sure that we have the correct channels set up

0 commit comments

Comments
 (0)