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 4bdba83 commit 5eaaac8Copy full SHA for 5eaaac8
adafruit_circuitplayground/circuit_playground_base.py
@@ -528,7 +528,7 @@ def touch_pins(self) -> List[Pin]:
528
529
@property
530
def touched(self) -> List[Pin]:
531
- """Return a list of all the pins that are currently registering a touch"""
+ """A list of all the pins that are currently registering a touch"""
532
return [pin for pin, touchpad in self._touches.items() if touchpad.value]
533
534
0 commit comments