Searched refs:AKSC_LSG (Results 1 – 2 of 2) sorted by relevance
70 #define AKSC_LSG (720.0f) macro
247 acc[0] = (int16_t)(data->acceleration.x / GRAVITY_EARTH * AKSC_LSG); in setAccel()248 acc[1] = (int16_t)(data->acceleration.y / GRAVITY_EARTH * AKSC_LSG); in setAccel()249 acc[2] = (int16_t)(data->acceleration.z / GRAVITY_EARTH * AKSC_LSG); in setAccel()