summaryrefslogtreecommitdiff
path: root/docs/library/machine.I2S.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/machine.I2S.rst')
-rw-r--r--docs/library/machine.I2S.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.I2S.rst b/docs/library/machine.I2S.rst
index 48f03b419..e1c6af990 100644
--- a/docs/library/machine.I2S.rst
+++ b/docs/library/machine.I2S.rst
@@ -6,7 +6,7 @@ class I2S -- Inter-IC Sound bus protocol
I2S is a synchronous serial protocol used to connect digital audio devices.
At the physical level, a bus consists of 3 lines: SCK, WS, SD.
-The I2S class supports Master operation. Slave operation is not supported.
+The I2S class supports controller operation. Peripheral operation is not supported.
The I2S class is currently available as a Technical Preview. During the preview period, feedback from
users is encouraged. Based on this feedback, the I2S class API and implementation may be changed.