Max31865.Conversions (max31865 v0.1.0)

Contains logic for performing and obtaining the results of Conversions.

Link to this section Summary

Functions

Returns the current resistance value for the RTD.

Returns the current temperature of the RTD in degrees celcius.

Link to this section Functions

Link to this function

get_resistance(server)

Returns the current resistance value for the RTD.

If auto_convert mode is enabled, this will be the result of the last conversion. If it is disabled, a one-shot conversion will be performed and the result of that conversion will be returned.

Link to this function

get_temp(server)

Returns the current temperature of the RTD in degrees celcius.

If auto_convert mode is enabled, this will be the result of the last conversion. If it is disabled, a one-shot conversion will be performed and the result of that conversion will be returned.