Skip to content

Commit 6e032fc

Browse files
committed
Add TLV320AIC3204 driver library
1 parent 6abe28f commit 6e032fc

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
@@ -523,3 +523,6 @@
523523
[submodule "libraries/helpers/nitroclass"]
524524
path = libraries/helpers/nitroclass
525525
url = https://github.com/tekktrik/CircuitPython_Nitroclass.git
526+
[submodule "libraries/drivers/tlv320aic3204"]
527+
path = libraries/drivers/tlv320aic3204
528+
url = https://github.com/relic-se/CircuitPython_TLV320AIC3204.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
5252
* [CircuitPython TCA9555](https://github.com/lesamouraipourpre/Community_CircuitPython_TCA9555) CircuitPython library for Texas Instruments TCA9555 Low-Voltage 16-Bit I2C and SMBus I/O Expander with Input / Output and Polarity Inversion. \([PyPI](https://pypi.org/project/community-circuitpython-tca9555/)) ([Docs](http://community-circuitpython-tca9555.rtfd.io/))
5353
* [CircuitPython TMP75](https://github.com/barbudor/CircuitPython_TMP75.git) CircuitPython driver library for Texas Instruments' TMP75 I2C temperature sensor ([Docs](https://circuitpython-tmp75.readthedocs.io/en/latest/))
5454
* [CircuitPython TicStepper](https://github.com/tekktrik/CircuitPython_TicStepper.git) Driver for the TIC stepper motor drivers ([Docs](https://circuitpython-ticstepper.readthedocs.io/en/latest/))
55+
* [CircuitPython TLV320AIC3204 Audio Codec](https://github.com/relic-se/CircuitPython_TLV320AIC3204.git) CircuitPython driver for TLV320AIC3204 audio codec. ([PyPI](https://pypi.org/project/circuitpython-tlv320aic3204/)) ([Docs](https://circuitpython-tlv320aic3204.readthedocs.io/))
5556
* [CircuitPython TTP229](https://github.com/relic-se/CircuitPython_TTP229.git) CircuitPython driver library for the TonTouch TTP229 16-key capacitive touch detector ([Docs](https://circuitpython-ttp229.readthedocs.io/en/latest/))
5657
* [CircuitPython WiiChuck](https://github.com/jfurcean/CircuitPython_WiiChuck.git) CircuitPython driver for Nintendo WiiMote I2C Accessory Devices([PyPi](https://pypi.org/project/circuitpython-wiichuck)) ([Docs](https://circuitpython-wiichuck.readthedocs.io/))
5758
* [CircuitPython bteve](https://github.com/jamesbowman/CircuitPython_bteve.git) CircuitPython_bteve

libraries/drivers/tlv320aic3204

Submodule tlv320aic3204 added at 957d02d

0 commit comments

Comments
 (0)