Revision: 4269
Author:
peli...@gmail.com
Date: Sat Jan 12 13:41:30 2013
Log: Edited wiki page SensorSimulator through web user interface.
http://code.google.com/p/openintents/source/detail?r=4269
Modified:
/wiki/SensorSimulator.wiki
=======================================
--- /wiki/SensorSimulator.wiki Sun Aug 21 08:18:13 2011
+++ /wiki/SensorSimulator.wiki Sat Jan 12 13:41:30 2013
@@ -143,7 +143,7 @@
=== Accelerometer ===
The accelerometer values are defined in the
[
http://code.google.com/android/reference/android/hardware/SensorManager.html#SENSOR_ACCELEROMETER
accelerometer reference]
-"Sensor values are acceleration in the X, Y and Z axis, where the X axis
has positive direction toward the right side of the device, the Y axis has
positive direction toward the top of the device and the Z axis has positive
direction toward the front of the device. The direction of the force of
gravity is indicated by acceleration values in the X, Y and Z axes. The
typical case where the device is flat relative to the surface of the Earth
appears as -STANDARD_GRAVITY in the Z axis and X and Z values close to
zero. Acceleration values are given in SI units (m/s^2)."
+"Sensor values are acceleration in the X, Y and Z axis, where the X axis
has positive direction toward the right side of the device, the Y axis has
positive direction toward the top of the device and the Z axis has positive
direction toward the front of the device. The direction of the force of
gravity is indicated by acceleration values in the X, Y and Z axes. The
typical case where the device is flat relative to the surface of the Earth
appears as -STANDARD_GRAVITY in the Z axis and X and Y values close to
zero. Acceleration values are given in SI units (m/s^2)."
=== Magnetic field (compass) ===