We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99325f6 commit 62f8d57Copy full SHA for 62f8d57
README.rst
@@ -58,8 +58,9 @@ Usage Example
58
import board
59
import adafruit_touchscreen
60
61
- # These pins are used as both analog and digital! XR and YU must be analog
62
- # and digital capable. XL and YD just need to be digital
+ # These pins are used as both analog and digital!
+ # XR, XL and YU must be analog and digital capable.
63
+ # YD just needs to be digital.
64
ts = adafruit_touchscreen.Touchscreen(board.TOUCH_XL, board.TOUCH_XR,
65
board.TOUCH_YD, board.TOUCH_YU)
66
0 commit comments