We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a47c8f7 + b3b97f6 commit 5f51a02Copy full SHA for 5f51a02
adafruit_max31855.py
@@ -88,4 +88,4 @@ def temperature(self):
88
@property
89
def reference_temperature(self):
90
"""Internal reference temperature in degrees Celsius."""
91
- return self._read(True) * 0.625
+ return self._read(True) * 0.0625
0 commit comments