Skip to content

Commit 2f2f9c8

Browse files
authored
Merge pull request #6 from TG-Techie/patch-1
tried the example code and didn't work.
2 parents 2da73ba + 54d0e5b commit 2f2f9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Usage Example
4141
# Create library object using our Bus I2C port
4242
i2c = busio.I2C(board.SCL, board.SDA)
4343
44-
ft = adafruit_focaltouch.Adafruit_FT6XXX(i2c, debug=True)
44+
ft = adafruit_focaltouch.Adafruit_FocalTouch(i2c, debug=True)
4545
4646
while True:
4747
n = ft.touched
@@ -100,4 +100,4 @@ Now, once you have the virtual environment activated:
100100
101101
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
102102
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
103-
locally verify it will pass.
103+
locally verify it will pass.

0 commit comments

Comments
 (0)