Skip to content

Commit 02eab98

Browse files
committed
adding tla202x
1 parent 86d34f3 commit 02eab98

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -724,3 +724,6 @@
724724
[submodule "libraries/helpers/airlift"]
725725
path = libraries/helpers/airlift
726726
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git
727+
[submodule "libraries/drivers/tla202x"]
728+
path = libraries/drivers/tla202x
729+
url = https://github.com/adafruit/Adafruit_CircuitPython_TLA202X.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
433433
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
434434
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
435435
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
436+
TLA202X 12-bit I2C DAC <https://circuitpython.readthedocs.io/projects/tla202x/en/latest/>
436437
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/>
437438
TLC59711 12 x 16-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc59711/en/latest/>
438439

libraries/drivers/tla202x

Submodule tla202x added at f829157

0 commit comments

Comments
 (0)