|
RobotKit API
|
A structure that represents data values from a 3 axis sensor. More...
#include <RKSensorData.h>
Public Attributes | |
| int16_t | x |
| int16_t | y |
| int16_t | z |
A structure that represents data values from a 3 axis sensor. The value range is dependent on the sensor. For example, an accelerometer sensor may be a signed 12 bit value whose values are in the range of plus or minus 3g.
| int16_t RK3AxisSensor::x |
The x axis value of the sensor.
| int16_t RK3AxisSensor::y |
The y axis value of the sensor.
| int16_t RK3AxisSensor::z |
The z axis value of the sensor.
1.7.4