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