Searched refs:MIN_TEMP (Results 1 – 1 of 1) sorted by relevance
40 #define MIN_TEMP 20.0f // No Data is collected below 20 degree C. macro43 ((MAX_TEMP - MIN_TEMP) / \481 if (temp < MAX_TEMP && temp > MIN_TEMP) { in accelCalRun()489 temp_gate = (int) ((temp - MIN_TEMP) / TEMP_CUT); in accelCalRun()