Skip to content

Commit

Permalink
docs/library/machine.I2S: Clarify what rate refers to.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Mar 29, 2022
1 parent 7266285 commit 5e685a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/library/machine.I2S.rst
Expand Up @@ -95,7 +95,8 @@ Constructor
- ``mode`` specifies receive or transmit
- ``bits`` specifies sample size (bits), 16 or 32
- ``format`` specifies channel format, STEREO or MONO
- ``rate`` specifies audio sampling rate (samples/s)
- ``rate`` specifies audio sampling rate (Hz);
this is the frequency of the ``ws`` signal
- ``ibuf`` specifies internal buffer length (bytes)

For all ports, DMA runs continuously in the background and allows user applications to perform other operations while
Expand Down

0 comments on commit 5e685a9

Please sign in to comment.