edu.wpi.first.wpilibj
Class ADXL345_SPI.Axes

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

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


Field Summary
static ADXL345_SPI.Axes kX
           
static ADXL345_SPI.Axes kY
           
static ADXL345_SPI.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_SPI.Axes kX

kY

public static final ADXL345_SPI.Axes kY

kZ

public static final ADXL345_SPI.Axes kZ