HomeSort by relevance Sort by last modified time
    Searched refs:AKSC_LSG (Results 1 - 2 of 2) sorted by null

  /hardware/akm/AK8975_FS/libsensors/
sensors.h 70 #define AKSC_LSG (720.0f)
AkmSensor.cpp 247 acc[0] = (int16_t)(data->acceleration.x / GRAVITY_EARTH * AKSC_LSG);
248 acc[1] = (int16_t)(data->acceleration.y / GRAVITY_EARTH * AKSC_LSG);
249 acc[2] = (int16_t)(data->acceleration.z / GRAVITY_EARTH * AKSC_LSG);

Completed in 62 milliseconds