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 1b3997e commit 26d92faCopy full SHA for 26d92fa
adafruit_max31865.py
@@ -171,12 +171,13 @@ def fault(self):
171
"""The fault state of the sensor. Use ``clear_faults()`` to clear the
172
fault state. Returns a 6-tuple of boolean values which indicate if any
173
faults are present:
174
- - HIGHTHRESH
175
- - LOWTHRESH
176
- - REFINLOW
177
- - REFINHIGH
178
- - RTDINLOW
179
- - OVUV
+
+ - HIGHTHRESH
+ - LOWTHRESH
+ - REFINLOW
+ - REFINHIGH
+ - RTDINLOW
180
+ - OVUV
181
"""
182
faults = self._read_u8(_MAX31865_FAULTSTAT_REG)
183
#pylint: disable=bad-whitespace
0 commit comments