adding tla202x
This commit is contained in:
parent
86d34f37fb
commit
02eab988fc
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -724,3 +724,6 @@
|
|||
[submodule "libraries/helpers/airlift"]
|
||||
path = libraries/helpers/airlift
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git
|
||||
[submodule "libraries/drivers/tla202x"]
|
||||
path = libraries/drivers/tla202x
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_TLA202X.git
|
||||
|
|
|
|||
|
|
@ -433,6 +433,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
|
|||
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
|
||||
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
|
||||
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>
|
||||
TLA202X 12-bit I2C DAC <https://circuitpython.readthedocs.io/projects/tla202x/en/latest/>
|
||||
TLC5947 24 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc5947/en/latest/>
|
||||
TLC59711 12 x 16-bit PWM Driver <https://circuitpython.readthedocs.io/projects/tlc59711/en/latest/>
|
||||
|
||||
|
|
|
|||
1
libraries/drivers/tla202x
Submodule
1
libraries/drivers/tla202x
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f829157778a0a1f3af250f47522e34f84b684a8c
|
||||
Loading…
Reference in a new issue