diff --git a/.gitmodules b/.gitmodules index 4369ef5..cd6ec91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index bee0325..94486ff 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -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)) diff --git a/libraries/drivers/at42qt2120 b/libraries/drivers/at42qt2120 new file mode 160000 index 0000000..098236b --- /dev/null +++ b/libraries/drivers/at42qt2120 @@ -0,0 +1 @@ +Subproject commit 098236b43b1b771332c8582683b51b32035d1242