Skip to main content

fahrenheit

Function fahrenheit 

Source
pub fn fahrenheit(raw: u16) -> f32
Expand description

Converts a raw temperature word to degrees Fahrenheit.

§Arguments

  • raw - the 16-bit temperature word.

§Returns

The temperature in degrees Fahrenheit.