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 3b2280f commit 7ee0dd5Copy full SHA for 7ee0dd5
examples/examples-stream/streams-i2s_pdm-serial/README.md
@@ -17,13 +17,13 @@ The ESP32 supports PDM via the I2S API: We stream the sound input from a PDM mic
17
| 3V | 3V
18
| GND | GND
19
| SEL | GND (GND or 3.3V)
20
-| CLK | WS (GPIO15)
+| - | WS (GPIO15)
21
| DAT | IN (GPIO32)
22
-| - | BCK (GPIO14)
+| CLK | BCK (GPIO14)
23
24
25
## Additional Comments
26
27
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!
+Please note that in the 2.x realease of the Arduino ESP core, the WS pin was used as CLK
29
0 commit comments