diff options
Diffstat (limited to 'docs/library/machine.I2S.rst')
| -rw-r--r-- | docs/library/machine.I2S.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/library/machine.I2S.rst b/docs/library/machine.I2S.rst index e68a863d7..b602ac650 100644 --- a/docs/library/machine.I2S.rst +++ b/docs/library/machine.I2S.rst @@ -72,6 +72,13 @@ uasyncio:: sreader = uasyncio.StreamReader(audio_in) num_read = await sreader.readinto(buf) +Some codec devices like the WM8960 or SGTL5000 require separate initialization +before they can operate with the I2S class. For these, separate drivers are +supplied, which also offer methods for controlling volume, audio processing and +other things. For these drivers see: + +- :ref:`wm8960` + Constructor ----------- |
