Searched refs:TinC (Results 1 – 1 of 1) sorted by relevance
216 float TinC = TinK - 273.15; // Temperature in Celsius in drv_ens210_read_temp_and_humi() local217 float TinF = TinC * 1.8 + 32.0; // Temperature in Fahrenheit in drv_ens210_read_temp_and_humi()237 *temperature = (int32_t)(TinC*10); // Temperature in Celsius in drv_ens210_read_temp_and_humi()
Completed in 4 milliseconds