Adafruit_CircuitPython_TLV320/docs/examples.rst
sam blenny bc20f0b3c0 more docs, mostly usage examples
Hopefully, this should make it clear how to use the API for setting
volume for speakers, headphones, or line-level output.
2025-08-25 19:17:03 +00:00

26 lines
563 B
ReStructuredText

Simple test
------------
Ensure your device works with this simple test.
.. literalinclude:: ../examples/tlv320_simpletest.py
:caption: examples/tlv320_simpletest.py
:linenos:
Full test
----------
Demos advanced features of the library.
.. literalinclude:: ../examples/tlv320_fulltest.py
:caption: examples/tlv320_fulltest.py
:linenos:
Volume test
-----------
Test tone generator with interactive serial console volume controls
.. literalinclude:: ../examples/tlv320_volumetest.py
:caption: examples/tlv320_volumetest.py
:linenos: