edu.wpi.first.wpilibj
Class ADXL345_I2C.DataFormat_Range

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

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


Field Summary
static ADXL345_I2C.DataFormat_Range k16G
           
static ADXL345_I2C.DataFormat_Range k2G
           
static ADXL345_I2C.DataFormat_Range k4G
           
static ADXL345_I2C.DataFormat_Range k8G
           
 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


k2G

public static final ADXL345_I2C.DataFormat_Range k2G

k4G

public static final ADXL345_I2C.DataFormat_Range k4G

k8G

public static final ADXL345_I2C.DataFormat_Range k8G

k16G

public static final ADXL345_I2C.DataFormat_Range k16G