Skip to content

Commit 7ee0dd5

Browse files
authored
Update README.md
1 parent 3b2280f commit 7ee0dd5

File tree

1 file changed

+3
-3
lines changed
  • examples/examples-stream/streams-i2s_pdm-serial

1 file changed

+3
-3
lines changed

examples/examples-stream/streams-i2s_pdm-serial/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ The ESP32 supports PDM via the I2S API: We stream the sound input from a PDM mic
1717
| 3V | 3V
1818
| GND | GND
1919
| SEL | GND (GND or 3.3V)
20-
| CLK | WS (GPIO15)
20+
| - | WS (GPIO15)
2121
| DAT | IN (GPIO32)
22-
| - | BCK (GPIO14)
22+
| CLK | BCK (GPIO14)
2323

2424

2525
## Additional Comments
2626

2727
You can select if you receive only data on the left or right biy setting SEL to high or low.
28-
Please note that the WS is connected to the CLK of the microphone!
28+
Please note that in the 2.x realease of the Arduino ESP core, the WS pin was used as CLK
2929

0 commit comments

Comments
 (0)