Skip to content
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 @@ -499,3 +499,6 @@
[submodule "libraries/helpers/usb_host_descriptor_parser"]
path = libraries/helpers/usb_host_descriptor_parser
url = https://github.com/relic-se/CircuitPython_USB_Host_Descriptor_Parser.git
[submodule "libraries/drivers/at42qt2120"]
path = libraries/drivers/at42qt2120
url = https://github.com/MikeCoats/CircuitPython_AT42QT2120.git
1 change: 1 addition & 0 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git) An easy way to add sound to your maker project. \([Docs](https://adafruit-soundboard.readthedocs.io/en/latest/README.html))
* [at24mac-eeprom](https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git) I2C driver for the AT24MAC402 and AT24MAC602 devices.
* [at42qt-acorn-python](https://github.com/skerr92/at42qt-acorn-python.git) Driver library for the AT42QT1070 Acorn.
* [CircuitPython_AT42QT2120](https://github.com/MikeCoats/CircuitPython_AT42QT2120.git) Driver library the AT42QT2120 capacitive touch sensor IC. \([PyPi](https://pypi.org/project/circuitpython-at42qt2120/)) \([Docs](https://at42qt2120.readthedocs.io/en/latest/))
* [Bluepad 32](https://github.com/ricardoquesada/bluepad32-circuitpython) Enables gamepad support for CircuitPython.
* [CircuitPython_AD5245](https://github.com/CedarGroveStudios/CircuitPython_AD5245.git) A driver for the AD5245 digital potentiometer. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD5245/blob/main/media/pseudo_readthedocs_cedargrove_ad5245.pdf))
* [CircuitPython_AD5293](https://github.com/CedarGroveStudios/CircuitPython_AD5293.git) A driver for the AD5293 digital potentiometer. \([Docs](https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_readthedocs_cedargrove_ad5293.pdf))
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/at42qt2120
Submodule at42qt2120 added at 098236