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 c5b7603 commit 9730497Copy full SHA for 9730497
adafruit_tcs34725.py
@@ -191,8 +191,7 @@ def gain(self, val):
191
192
@property
193
def interrupt(self):
194
- """Return and clear the interrupt of the sensor. Returns a bool that's
195
- True if the interrupt is set. Can be set to False (and only False)
+ """True if the interrupt is set. Can be set to False (and only False)
196
to clear the interrupt.
197
"""
198
return bool(self._read_u8(_REGISTER_STATUS) & _ENABLE_AIEN)
0 commit comments