Skip to content

Commit

Permalink
Merge pull request #23 from ben-lewis/master
Browse files Browse the repository at this point in the history
Reduce self heating
  • Loading branch information
tannewt committed Oct 27, 2020
2 parents a60bd58 + 67112f9 commit e8dc04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_max31865.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def read_rtd(self):
self._write_u8(_MAX31865_CONFIG_REG, config)
time.sleep(0.065)
rtd = self._read_u16(_MAX31865_RTDMSB_REG)
self.bias = False
# Remove fault bit.
rtd >>= 1
return rtd
Expand Down

0 comments on commit e8dc04f

Please sign in to comment.