Searched refs:SI7034_CENTIGRADES (Results 1 – 1 of 1) sorted by relevance
46 #define SI7034_CENTIGRADES(temp_val) (((temp_val * 21875) >> 13) - 45000) macro405 value = SI7034_CENTIGRADES(value); in handleI2cEvent()