OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
245
acc[0] = (int16_t)(data->acceleration.x / GRAVITY_EARTH *
AKSC_LSG
);
246
acc[1] = (int16_t)(data->acceleration.y / GRAVITY_EARTH *
AKSC_LSG
);
247
acc[2] = (int16_t)(data->acceleration.z / GRAVITY_EARTH *
AKSC_LSG
);
Completed in 176 milliseconds