Skip to content

Commit 62f8d57

Browse files
committed
update readme
1 parent 99325f6 commit 62f8d57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ Usage Example
5858
import board
5959
import adafruit_touchscreen
6060
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
61+
# These pins are used as both analog and digital!
62+
# XR, XL and YU must be analog and digital capable.
63+
# YD just needs to be digital.
6364
ts = adafruit_touchscreen.Touchscreen(board.TOUCH_XL, board.TOUCH_XR,
6465
board.TOUCH_YD, board.TOUCH_YU)
6566

0 commit comments

Comments
 (0)