Skip to content
Merged
Prev Previous commit
Next Next commit
Update adafruit_mcp9808.py
Co-authored-by: Scott Shawcroft <[email protected]>
  • Loading branch information
jposada202020 and tannewt authored May 19, 2021
commit e2924c7b5b9e8c3ff794b5a9ded6eb01561ffb96
2 changes: 1 addition & 1 deletion adafruit_mcp9808.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class MCP9808:
"""

_MCP9808_REG_RESOLUTION_SET = RWBits(2, 0x08, 0, register_width=2)
above_ct = ROBit(_MCP9808_REG__TEMP, 7, register_width=1)
above_critical = ROBit(_MCP9808_REG__TEMP, 7, register_width=1)
"""True when the temperature is above than the currently
set critical temperature. False Otherwise"""

Expand Down