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 72b1b88d3a51f22de58b1303ce71dfcc183b920c
2 changes: 1 addition & 1 deletion adafruit_mcp9808.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MCP9808:
set high temperature. False Otherwise"""

below_lt = ROBit(_MCP9808_REG__TEMP, 5, register_width=1)
"""True when the temperature is below than the currently
"""True when the temperature is below the currently
set lower temperature. False Otherwise"""

def __init__(self, i2c_bus, address=_MCP9808_DEFAULT_ADDRESS):
Expand Down