RobotKit API
Public Attributes
RK3AxisSensor Struct Reference

A structure that represents data values from a 3 axis sensor. More...

#include <RKSensorData.h>

List of all members.

Public Attributes

int16_t x
int16_t y
int16_t z

Detailed Description

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.


Member Data Documentation

The x axis value of the sensor.

The y axis value of the sensor.

The z axis value of the sensor.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties