|
|
@ -85,7 +85,6 @@ class Touch(object):
|
|
|
|
sleep(.05)
|
|
|
|
sleep(.05)
|
|
|
|
timeout -= .05
|
|
|
|
timeout -= .05
|
|
|
|
return None
|
|
|
|
return None
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def int_press(self, pin):
|
|
|
|
def int_press(self, pin):
|
|
|
|
"""Send X,Y values to passed interrupt handler."""
|
|
|
|
"""Send X,Y values to passed interrupt handler."""
|
|
|
|