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.
1 parent 9d010b9 commit fc46752Copy full SHA for fc46752
adafruit_max31856.py
@@ -256,7 +256,8 @@ def unpack_temperature(self) -> float:
256
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`.
+ Reading must have already been initiated via:
260
+ `initiate_one_shot_measurement` or `start_autoconverting`.
261
262
Returns:
263
float: temperature in degrees Celsius
0 commit comments