Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c298 static float latest_temperature_celsius = 0.0f; in gyroCalUpdateGyro() local
311 if (NANO_ABS(temperature_celsius - latest_temperature_celsius) > FLT_MIN) { in gyroCalUpdateGyro()