We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4f155 commit 0e2814aCopy full SHA for 0e2814a
1 file changed
library/cap1xxx.py
@@ -447,9 +447,9 @@ def _calc_touch_rate(self, ms):
447
448
def _handle_alert(self, pin=-1):
449
inputs = self.get_input_status()
450
+ self.clear_interrupt()
451
for x in range(self.number_of_inputs):
452
self._trigger_handler(x, inputs[x])
- self.clear_interrupt()
453
454
def _poll(self):
455
"""Single polling pass, should be called in
0 commit comments