Skip to content

Commit 392e1a9

Browse files
committed
updated info docstring
1 parent d2b4ef0 commit 392e1a9

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

adafruit_focaltouch.py

+20-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,28 @@
2323
`adafruit_focaltouch`
2424
====================================================
2525
26-
TODO(description)
26+
CircuitPython driver for common low-cost FocalTech capacitive touch chips.
27+
Currently supports FT6206 & FT6236.
2728
2829
* Author(s): ladyada
30+
31+
Implementation Notes
32+
--------------------
33+
34+
**Hardware:**
35+
36+
* Adafruit `2.8" TFT LCD with Cap Touch Breakout Board w/MicroSD Socket
37+
<http://www.adafruit.com/product/2090>`_ (Product ID: 2090)
38+
39+
* Adafruit `2.8" TFT Touch Shield for Arduino w/Capacitive Touch
40+
<http://www.adafruit.com/product/1947>`_ (Product ID: 1947)
41+
42+
**Software and Dependencies:**
43+
44+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
45+
https://github.com/adafruit/circuitpython/releases
46+
* Adafruit's Bus Device library (when using I2C/SPI):
47+
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2948
"""
3049

3150
# imports

0 commit comments

Comments
 (0)