| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static SPI.Port |
SPI.Port.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPI.Port[] |
SPI.Port.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ADXL345_SPI(SPI.Port port,
Accelerometer.Range range)
Constructor.
|
SPI(SPI.Port port)
Constructor
|
Copyright © 2015. All rights reserved.