We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248cff5 commit 9dd7e17Copy full SHA for 9dd7e17
adafruit_magtag/peripherals.py
@@ -130,4 +130,3 @@ def any_button_pressed(self):
130
Return whether any button is pressed
131
"""
132
return False in [self.buttons[i].value for i in range(0, 4)]
133
-
0 commit comments