Commit 437e8de5 authored by James Sullins's avatar James Sullins
Browse files

libsensors: adjust mag maxRange/resolution/minDelay

Change-Id: I860bd5092ade4caa932e9cb4ac95cce29018b833
parent b037c5e7
...@@ -38,7 +38,7 @@ static const struct sensor_t sSensorList[] = { ...@@ -38,7 +38,7 @@ static const struct sensor_t sSensorList[] = {
{ "LSM303DLH Magnetometer", { "LSM303DLH Magnetometer",
"ST Microelectronics", "ST Microelectronics",
1, SENSORS_HANDLE_BASE+ID_M, 1, SENSORS_HANDLE_BASE+ID_M,
SENSOR_TYPE_MAGNETIC_FIELD, 1.0f, 1.0f, 0.5f, 10000000/*10ms*/, { } }, SENSOR_TYPE_MAGNETIC_FIELD, 400.0f, 0.1f, 0.5f, 10000/*10ms*/, { } },
{ "ISL29023 Light sensor", { "ISL29023 Light sensor",
"Intersil", "Intersil",
1, SENSORS_HANDLE_BASE+ID_L, 1, SENSORS_HANDLE_BASE+ID_L,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment