Skip to content

Commit fcdb988

Browse files
committed
Add information for audioio
1 parent 5a1223f commit fcdb988

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared-bindings/audioio/__init__.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
//| call :py:meth:`!deinit` or use a context manager. See
4343
//| :ref:`lifetime-and-contextmanagers` for more info.
4444
//|
45+
//| For more information on working with this module, refer to the
46+
//| `CircuitPython Essentials Learn Guide
47+
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out>`_.
48+
//|
4549
//| Since CircuitPython 5, `RawSample` and `WaveFile` are moved
4650
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`.
4751
//|

0 commit comments

Comments
 (0)