Skip to content

Commit 7c7e86a

Browse files
authored
Merge pull request #398 from tekktrik/dev/add-pcf8575
Add PCF8575
2 parents b6aa638 + ba8581c commit 7c7e86a

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
@@ -908,3 +908,6 @@
908908
[submodule "libraries/drivers/tca8418"]
909909
path = libraries/drivers/tca8418
910910
url = https://github.com/adafruit/Adafruit_CircuitPython_TCA8418.git
911+
[submodule "libraries/drivers/pcf8575"]
912+
path = libraries/drivers/pcf8575
913+
url = https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
479479
MPR121 Capacitive Touch Sensor <https://circuitpython.readthedocs.io/projects/mpr121/en/latest/>
480480
PCA9685 16 x 12-bit PWM Driver <https://circuitpython.readthedocs.io/projects/pca9685/en/latest/>
481481
PCF8574 GPIO Expander https://circuitpython.readthedocs.io/projects/pcf8574/en/latest/>
482+
PCF8575 GPIO Expander https://circuitpython.readthedocs.io/projects/pcf8575/en/latest/>
482483
PCF8591 ADC + DAC Combo <https://circuitpython.readthedocs.io/projects/pcf8591/en/latest/>
483484
TCA8418 I2C Keyboard Multiplexor <https://circuitpython.readthedocs.io/projects/tca8418/en/latest/>
484485
TCA9548 I2C Multiplexer <https://circuitpython.readthedocs.io/projects/tca9548a/en/latest/>

libraries/drivers/pcf8575

Submodule pcf8575 added at 82de84d

0 commit comments

Comments
 (0)