Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c40 #define MIN_TEMP 20.0f // No Data is collected below 20 degree C. macro
43 ((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()