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 7266285 commit 5e685a9Copy full SHA for 5e685a9
docs/library/machine.I2S.rst
@@ -95,7 +95,8 @@ Constructor
95
- ``mode`` specifies receive or transmit
96
- ``bits`` specifies sample size (bits), 16 or 32
97
- ``format`` specifies channel format, STEREO or MONO
98
- - ``rate`` specifies audio sampling rate (samples/s)
+ - ``rate`` specifies audio sampling rate (Hz);
99
+ this is the frequency of the ``ws`` signal
100
- ``ibuf`` specifies internal buffer length (bytes)
101
102
For all ports, DMA runs continuously in the background and allows user applications to perform other operations while
0 commit comments