Exemplo n.º 1
0
                /**
                 * Get Accelerometer tilt angles.
                 *
                 * @param tiltAngles Array to fill with x[0], y[1], and z[2] angles in degrees.
                 * @return The last ErrorCode generated.
                 */
                public ErrorCode GetAccelerometerAngles(float[] tiltAngles)
                {
                    ErrorCode retval = _ll.GetAccelerometerAngles(tiltAngles);

                    return(retval);
                }