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 8b0498f commit 93b4ca8Copy full SHA for 93b4ca8
adafruit_tsc2007.py
@@ -99,7 +99,7 @@ def touched(self) -> bool:
99
100
@property
101
def touch(self) -> dict:
102
- """ Returns the current touch point"""
+ """Returns the current touch point"""
103
x = self.command(TSC2007_MEASURE_X, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)
104
y = self.command(TSC2007_MEASURE_Y, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)
105
z = self.command(TSC2007_MEASURE_Z1, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)
0 commit comments