We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da73ba + 54d0e5b commit 2f2f9c8Copy full SHA for 2f2f9c8
README.rst
@@ -41,7 +41,7 @@ Usage Example
41
# Create library object using our Bus I2C port
42
i2c = busio.I2C(board.SCL, board.SDA)
43
44
- ft = adafruit_focaltouch.Adafruit_FT6XXX(i2c, debug=True)
+ ft = adafruit_focaltouch.Adafruit_FocalTouch(i2c, debug=True)
45
46
while True:
47
n = ft.touched
@@ -100,4 +100,4 @@ Now, once you have the virtual environment activated:
100
101
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
102
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.
+locally verify it will pass.
0 commit comments