public interface Accelerometer
Modifier and Type | Method and Description |
---|---|
int |
getXAccel()
Measures the x-axis of the accelerometer, in meters/second^2.
|
int |
getYAccel()
Measures the y-axis of the accelerometer, in meters/second^2.
|
int |
getZAccel()
Measures the z-axis of the accelerometer, in meters/second^2.
|
int getXAccel()
int getYAccel()
int getZAccel()