Skip to content

Add TCA8418 driver #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -905,3 +905,6 @@
[submodule "libraries/drivers/max1704x"]
path = libraries/drivers/max1704x
url = https://github.com/adafruit/Adafruit_CircuitPython_MAX1704x.git
[submodule "libraries/drivers/tca8418"]
path = libraries/drivers/tca8418
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
PCF8574 GPIO Expander https://circuitpython.readthedocs.io/projects/pcf8574/en/latest/>
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
TCA8418 I2C Keyboard Multiplexor <https://circuitpython.readthedocs.io/projects/tca8418/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/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/tca8418
Submodule tca8418 added at 78e317