There was an error while loading. Please reload this page.
1 parent 0969002 commit 9d010b9Copy full SHA for 9d010b9
adafruit_max31856.py
@@ -253,9 +253,11 @@ def unpack_temperature(self) -> float:
253
254
return temp_float
255
256
- def read_high_res_temp_degC(self) -> float:
+ def read_high_res_temp(self) -> float:
257
"""Reads 19-bit temperature data from the sensor and returns it in degrees Celsius.
258
259
+ Reading must have already been initiated via `initiate_one_shot_measurement` or `start_autoconverting`.
260
+
261
Returns:
262
float: temperature in degrees Celsius
263
"""
0 commit comments