Home | History | Annotate | Download | only in lsm303

Lines Matching full:gets

111          * Gets the current heading; headings <0 indicate an error has occurred
118 * Gets the coordinates in the XYZ order
123 * Gets accelerometer values
129 * Gets raw coordinate data; it is updated when getCoordinates() is called
134 * Gets the X component of the coordinates data
139 * Gets the Y component of the coordinates data
144 * Gets the Z component of the coordinates data
149 * Gets raw accelerometer data; it is updated when getAcceleration() is called
154 * Gets the X component of the acceleration data
159 * Gets the Y component of the acceleration data
164 * Gets the Z component of the acceleration data