Skip to content
Merged
Prev Previous commit
Update adafruit_mcp9808.py
Co-authored-by: Scott Shawcroft <[email protected]>
  • Loading branch information
jposada202020 and tannewt authored May 19, 2021
commit 98db33c44899abaff686baf497e72e4225cb1f03
2 changes: 1 addition & 1 deletion adafruit_mcp9808.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class MCP9808:
"""True when the temperature is above the currently
set high temperature. False Otherwise"""

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

Expand Down