From 71b160f4fee92fa1c3c4b3f52c3f93a3bc3899a1 Mon Sep 17 00:00:00 2001 From: rdagger Date: Fri, 17 Apr 2020 22:14:54 -0700 Subject: [PATCH] Clean up touch driver --- xpt2046.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xpt2046.py b/xpt2046.py index e294342..2a12bf2 100644 --- a/xpt2046.py +++ b/xpt2046.py @@ -85,7 +85,6 @@ class Touch(object): sleep(.05) timeout -= .05 return None -# def int_press(self, pin): """Send X,Y values to passed interrupt handler."""