"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range

Packages that use ADXL345_SPI.DataFormat_Range
edu.wpi.first.wpilibj The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. 
 

Uses of ADXL345_SPI.DataFormat_Range in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as ADXL345_SPI.DataFormat_Range
static ADXL345_SPI.DataFormat_Range ADXL345_SPI.DataFormat_Range.k16G
           
static ADXL345_SPI.DataFormat_Range ADXL345_SPI.DataFormat_Range.k2G
           
static ADXL345_SPI.DataFormat_Range ADXL345_SPI.DataFormat_Range.k4G
           
static ADXL345_SPI.DataFormat_Range ADXL345_SPI.DataFormat_Range.k8G
           
 

Constructors in edu.wpi.first.wpilibj with parameters of type ADXL345_SPI.DataFormat_Range
ADXL345_SPI(DigitalOutput cs, ADXL345_SPI.DataFormat_Range range)
          Constructor.
ADXL345_SPI(DigitalOutput clk, DigitalOutput mosi, DigitalInput miso, DigitalOutput cs, ADXL345_SPI.DataFormat_Range range)
          Constructor.
ADXL345_SPI(int slot, int csChannel, ADXL345_SPI.DataFormat_Range range)
          Constructor.
ADXL345_SPI(int slot, int clkChannel, int mosiChannel, int misoChannel, int csChannel, ADXL345_SPI.DataFormat_Range range)
          Constructor.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"