sphinx fix
This commit is contained in:
parent
1b3997e21f
commit
26d92fae14
@ -171,12 +171,13 @@ class MAX31865:
|
|||||||
"""The fault state of the sensor. Use ``clear_faults()`` to clear the
|
"""The fault state of the sensor. Use ``clear_faults()`` to clear the
|
||||||
fault state. Returns a 6-tuple of boolean values which indicate if any
|
fault state. Returns a 6-tuple of boolean values which indicate if any
|
||||||
faults are present:
|
faults are present:
|
||||||
- HIGHTHRESH
|
|
||||||
- LOWTHRESH
|
- HIGHTHRESH
|
||||||
- REFINLOW
|
- LOWTHRESH
|
||||||
- REFINHIGH
|
- REFINLOW
|
||||||
- RTDINLOW
|
- REFINHIGH
|
||||||
- OVUV
|
- RTDINLOW
|
||||||
|
- OVUV
|
||||||
"""
|
"""
|
||||||
faults = self._read_u8(_MAX31865_FAULTSTAT_REG)
|
faults = self._read_u8(_MAX31865_FAULTSTAT_REG)
|
||||||
#pylint: disable=bad-whitespace
|
#pylint: disable=bad-whitespace
|
||||||
|
Loading…
Reference in New Issue
Block a user