edu.wpi.first.wpilibj
Class ADXL345_I2C.Axes

java.lang.Object
  extended by edu.wpi.first.wpilibj.ADXL345_I2C.Axes
Enclosing class:
ADXL345_I2C

public static class ADXL345_I2C.Axes
extends java.lang.Object


Field Summary
static ADXL345_I2C.Axes kX
           
static ADXL345_I2C.Axes kY
           
static ADXL345_I2C.Axes kZ
           
 byte value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final byte value
The integer value representing this enumeration


kX

public static final ADXL345_I2C.Axes kX

kY

public static final ADXL345_I2C.Axes kY

kZ

public static final ADXL345_I2C.Axes kZ