Skip to main content

temperature_offset_milli_celsius

Function temperature_offset_milli_celsius 

Source
pub fn temperature_offset_milli_celsius(word: u16) -> u32
Expand description

Decodes the get_temperature_offset word to milli-degrees Celsius.

Table 14: T_offset [°C] = 175 * word / 2^16, rounded to the nearest thousandth.

§Arguments

§Returns

The offset in milli-degrees Celsius.