Skip to content

Commit f20ee90

Browse files
committed
Add TPA2016 to bundle.
1 parent a5e6cd0 commit f20ee90

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,6 @@
415415
[submodule "libraries/helpers/adafruitio"]
416416
path = libraries/helpers/adafruitio
417417
url = https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO.git
418+
[submodule "libraries/drivers/tpa2016"]
419+
path = libraries/drivers/tpa2016
420+
url = https://github.com/adafruit/Adafruit_CircuitPython_TPA2016.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Miscellaneous
249249
STMPE610 Resistive Touchscreen <https://circuitpython.readthedocs.io/projects/stmpe610/en/latest/>
250250
Thermal Printer <https://circuitpython.readthedocs.io/projects/thermal_printer/en/latest/>
251251
Touchscreen 4-Wire Resistive <https://circuitpython.readthedocs.io/projects/touchscreen/en/latest/>
252+
TPA2016 Audio Amplifier with AGC <https://circuitpython.readthedocs.io/projects/tpa2016/en/latest/>
252253
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
253254
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
254255
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>

libraries/drivers/tpa2016

Submodule tpa2016 added at 902e6aa

0 commit comments

Comments
 (0)