Skip to content

Commit 42d6097

Browse files
committed
Add AT42QT2120 driver
1 parent e70166d commit 42d6097

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
@@ -499,3 +499,6 @@
499499
[submodule "libraries/helpers/usb_host_descriptor_parser"]
500500
path = libraries/helpers/usb_host_descriptor_parser
501501
url = https://github.com/relic-se/CircuitPython_USB_Host_Descriptor_Parser.git
502+
[submodule "libraries/drivers/at42qt2120"]
503+
path = libraries/drivers/at42qt2120
504+
url = https://github.com/MikeCoats/CircuitPython_AT42QT2120.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
77
* [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))
88
* [at24mac-eeprom](https://github.com/facts-engineering/CircuitPython_AT24MAC_EEPROM.git) I2C driver for the AT24MAC402 and AT24MAC602 devices.
99
* [at42qt-acorn-python](https://github.com/skerr92/at42qt-acorn-python.git) Driver library for the AT42QT1070 Acorn.
10+
* [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/))
1011
* [Bluepad 32](https://github.com/ricardoquesada/bluepad32-circuitpython) Enables gamepad support for CircuitPython.
1112
* [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))
1213
* [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))

libraries/drivers/at42qt2120

Submodule at42qt2120 added at 098236b

0 commit comments

Comments
 (0)