Merge pull request #219 from XENONFFM/main

Added CircuitPython_PCA9674
This commit is contained in:
Scott Shawcroft 2024-08-16 10:15:39 -07:00 committed by GitHub
commit 67f11b9b48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -457,3 +457,6 @@
[submodule "libraries/helpers/circuitpython_tmidi"]
path = libraries/helpers/tmidi
url = https://github.com/todbot/CircuitPython_TMIDI.git
[submodule "libraries/drivers/pca9674"]
path = libraries/drivers/pca9674
url = https://github.com/XENONFFM/CircuitPython_PCA9674.git

View file

@ -42,6 +42,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython_NAU7802](https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git) A driver for the NAU7802 24-bit ADC.
* [CircuitPython PS2Controller](https://github.com/todbot/CircuitPython_PS2Controller.git) ([PyPi](https://pypi.org/project/circuitpython-ps2controller)) \([Docs](https://circuitpython-ps2controller.readthedocs.io/en/latest/)) CircuitPython library to read Sony PS2 game controllers
* [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor.
* [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674))
* [CircuitPython qmc5883l](https://github.com/jposada202020/CircuitPython_qmc5883l.git) Driver for the QMC5883l magnetometer ([PyPi](https://pypi.org/project/circuitpython-qmc5883l/) )\([Docs](https://readthedocs.org/projects/circuitpython-qmc5883l/en/latest/))
* [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit ([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/))
* [CircuitPython RDA5807](https://github.com/tinkeringtech/CircuitPython_rda5807) rda5807m FM radio chip CircuitPython library \([Docs](https://circuitpython-rda5807m.readthedocs.io/en/latest/))

@ -0,0 +1 @@
Subproject commit f7422969e02852d9bdac0ef14e64ea30c47324c6