pub fn temperature_offset_milli_celsius(word: u16) -> u32Expand 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
word- the word read aftercommand::GET_TEMPERATURE_OFFSET.
§Returns
The offset in milli-degrees Celsius.