bmp180_calc_t_fine
*t_fine = bmp180_calc_t_fine(data, adc_temp);
return (bmp180_calc_t_fine(data, adc_temp) + 8) / 16;