Accelerometer
This module collects the measurements from the accelerometer in your device. The three values are defined by the acceleration of the device in the x-, y- and z-direction. These are the raw values, so they also include gravity.
Ports:
x:
The x-acceleration value of the device.
Range: -1.0 to 1.0
y:
The y-acceleration value of the device.
Range: -1.0 to 1.0
z:
The z-acceleration value of the device.
Range: -1.0 to 1.0