Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c31 #define KSCALE2 9.81f // Scaling from g to m/s^2. macro
511 acc->x_bias_new = bias.x * KSCALE2; in accelCalRun()
512 acc->y_bias_new = bias.y * KSCALE2; in accelCalRun()
513 acc->z_bias_new = bias.z * KSCALE2; in accelCalRun()