Merge pull request #246 from relic-se/ttp229
Added TTP229 driver library
This commit is contained in:
commit
9926cca672
3 changed files with 6 additions and 1 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
|
@ -471,4 +471,7 @@
|
|||
url = https://github.com/relic-se/CircuitPython_KeyManager.git
|
||||
[submodule "libraries/helpers/synthvoice"]
|
||||
path = libraries/helpers/synthvoice
|
||||
url = https://github.com/relic-se/CircuitPython_SynthVoice.git
|
||||
url = https://github.com/relic-se/CircuitPython_SynthVoice.git
|
||||
[submodule "libraries/drivers/ttp229"]
|
||||
path = libraries/drivers/ttp229
|
||||
url = https://github.com/relic-se/CircuitPython_TTP229.git
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
|
|||
* [CircuitPython TCA9555](https://github.com/lesamouraipourpre/Community_CircuitPython_TCA9555) CircuitPython library for Texas Instruments TCA9555 Low-Voltage 16-Bit I2C and SMBus I/O Expander with Input / Output and Polarity Inversion. \([PyPI](https://pypi.org/project/community-circuitpython-tca9555/)) \([Docs](http://community-circuitpython-tca9555.rtfd.io/))
|
||||
* [CircuitPython TMP75](https://github.com/barbudor/CircuitPython_TMP75.git) CircuitPython driver library for Texas Instruments' TMP75 I2C temperature sensor \([Docs](https://circuitpython-tmp75.readthedocs.io/en/latest/))
|
||||
* [CircuitPython TicStepper](https://github.com/tekktrik/CircuitPython_TicStepper.git) Driver for the TIC stepper motor drivers \([Docs](https://circuitpython-ticstepper.readthedocs.io/en/latest/))
|
||||
* [CircuitPython TTP229](https://github.com/relic-se/CircuitPython_TTP229.git) CircuitPython driver library for the TonTouch TTP229 16-key capacitive touch detector \([Docs](https://circuitpython-ttp229.readthedocs.io/en/latest/))
|
||||
* [CircuitPython WiiChuck](https://github.com/jfurcean/CircuitPython_WiiChuck.git) CircuitPython driver for Nintendo WiiMote I2C Accessory Devices([PyPi](https://pypi.org/project/circuitpython-wiichuck)) \([Docs](https://circuitpython-wiichuck.readthedocs.io/))
|
||||
* [CircuitPython bteve](https://github.com/jamesbowman/CircuitPython_bteve.git) CircuitPython_bteve
|
||||
* [CircuitPython NeoTrellisM4 extended (with Neotrellis seesaw boards)](https://github.com/arofarn/CircuitPython_TrellisM4_extended) Use Adafruit TrellisM4 Express board as 2 Neotrellis board. \([Docs](https://circuitpython-trellism4-extended.readthedocs.io/en/latest/))
|
||||
|
|
|
|||
1
libraries/drivers/ttp229
Submodule
1
libraries/drivers/ttp229
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fc5c7888e0cb082418a374ecf5c884a73684f8d7
|
||||
Loading…
Reference in a new issue