Commit 359350cd authored by Jun Cai's avatar Jun Cai Committed by Commit Bot

Update generic sensor documentation for LINEAR_ACCELEROMETER on Windows

This is a follow-up CL for:
https://chromium-review.googlesource.com/c/591467

This CL updates documentation for LINEAR_ACCELEROMETER on Windows.

Bug: 741315
Change-Id: Id79a4fd5292dc084a2c373daa1b86650b00714cf
Reviewed-on: https://chromium-review.googlesource.com/598637Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Commit-Queue: Jun Cai <juncai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491489}
parent dd536442
......@@ -59,7 +59,10 @@ value that can be read from the RELATIVE_ORIENTATION_EULER_ANGLES.
Sensors are implemented by passing through values provided by the
[Sensor API](https://msdn.microsoft.com/en-us/library/windows/desktop/dd318953(v=vs.85).aspx).
The values in the "Windows" column of the table above correspond to the names of
the sensor type GUIDs used to provide data for a SensorType.
the sensor type GUIDs used to provide data for a SensorType. The
LINEAR_ACCELEROMETER sensor type is provided by implementing a low-pass-filter
over the values returned by the ACCELEROMETER in order to remove the
contribution of the gravitational force.
## Testing
......
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