Searched refs:T_MIN_VAL_PDUS (Results 1 – 2 of 2) sorted by relevance
34 #define T_MIN_VAL_PDUS (uint16_t) 8192 /**< Minimum raw value for temperature in degrees C… macro
174 *tempDegC = (((float) (rawTemp - T_MIN_VAL_PDUS) * 4.272f) / 1000); in PDUS_getPressureAndTemperature_float()