Skip to content

Commit

Permalink
Add CST8XX and PCA9554 drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Oct 31, 2023
1 parent 028b92b commit fa7b1f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -968,3 +968,9 @@
[submodule "libraries/drivers/husb238"]
path = libraries/drivers/husb238
url = https://github.com/adafruit/Adafruit_CircuitPython_HUSB238.git
[submodule "libraries/drivers/pca9554"]
path = libraries/drivers/pca9554
url = https://github.com/adafruit/Adafruit_CircuitPython_PCA9554.git
[submodule "libraries/drivers/cst8xx"]
path = libraries/drivers/cst8xx
url = https://github.com/adafruit/Adafruit_CircuitPython_CST8XX.git
2 changes: 2 additions & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
Adafruit SeeSaw <https://docs.circuitpython.org/projects/seesaw/en/latest/>
AW9523 GPIO expander and LED driver <https://docs.circuitpython.org/projects/aw9523/en/latest/>
Crickit Robotics Boards <https://docs.circuitpython.org/projects/crickit/en/latest/>
CST8XX Capacitive Touch <https://docs.circuitpython.org/projects/cst8xx/en/latest/>
DS2413 OneWire GPIO Expander <https://docs.circuitpython.org/projects/ds2413/en/latest/>
FocalTech Capacitive Touch <https://docs.circuitpython.org/projects/focaltouch/en/latest/>
MCP2515 CAN bus controller <https://docs.circuitpython.org/projects/mcp2515/en/latest/>
Expand All @@ -496,6 +497,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
MCP4728 4-Channel, 12-bit Digital-to-Analog Converter <https://docs.circuitpython.org/projects/mcp4728/en/latest/>
MPR121 Capacitive Touch Sensor <https://docs.circuitpython.org/projects/mpr121/en/latest/>
NAU7802 24-Bit ADC <https://docs.circuitpython.org/projects/nau7802/en/latest/>
PCA9554 GPIO Expander <https://docs.circuitpython.org/projects/pca9554/en/latest/>
PCA9685 16 x 12-bit PWM Driver <https://docs.circuitpython.org/projects/pca9685/en/latest/>
PCF8574 GPIO Expander <https://docs.circuitpython.org/projects/pcf8574/en/latest/>
PCF8575 GPIO Expander <https://docs.circuitpython.org/projects/pcf8575/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/cst8xx
Submodule cst8xx added at 434fca
1 change: 1 addition & 0 deletions libraries/drivers/pca9554
Submodule pca9554 added at 1f79b9

0 comments on commit fa7b1f7

Please sign in to comment.