Skip to content

Commit a080016

Browse files
authored
Merge pull request #269 from adafruit/tla202x
adding tla202x
2 parents 199bb17 + 80c1635 commit a080016

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
@@ -730,3 +730,6 @@
730730
[submodule "libraries/drivers/displayio_sh1107"]
731731
path = libraries/drivers/displayio_sh1107
732732
url = https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1107.git
733+
[submodule "libraries/drivers/tla202x"]
734+
path = libraries/drivers/tla202x
735+
url = https://github.com/adafruit/Adafruit_CircuitPython_TLA202X.git

docs/drivers.rst

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

libraries/drivers/tla202x

Submodule tla202x added at f829157

0 commit comments

Comments
 (0)