Home
last modified time | relevance | path

Searched refs:temp_adc (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c374 int32_t temp_adc = ((int32_t)tmp[3] << 12) | ((int32_t)tmp[4] << 4) | (tmp[5] >> 4); in getTempAndBaro() local
377 int32_t temp = compensateTemp(temp_adc, &T_fine); in getTempAndBaro()