Skip to content

Commit

Permalink
Merge pull request #6 from TG-Techie/patch-1
Browse files Browse the repository at this point in the history
tried the example code and didn't work.
  • Loading branch information
ladyada committed Feb 7, 2019
2 parents 2da73ba + 54d0e5b commit 2f2f9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Usage Example
# Create library object using our Bus I2C port
i2c = busio.I2C(board.SCL, board.SDA)
ft = adafruit_focaltouch.Adafruit_FT6XXX(i2c, debug=True)
ft = adafruit_focaltouch.Adafruit_FocalTouch(i2c, debug=True)
while True:
n = ft.touched
Expand Down Expand Up @@ -100,4 +100,4 @@ Now, once you have the virtual environment activated:
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
locally verify it will pass.
locally verify it will pass.

0 comments on commit 2f2f9c8

Please sign in to comment.