| 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 | Field and Description |
|---|---|
static DoubleSolenoid.Value |
DoubleSolenoid.Value.kForward |
static DoubleSolenoid.Value |
DoubleSolenoid.Value.kOff |
static DoubleSolenoid.Value |
DoubleSolenoid.Value.kReverse |
| Modifier and Type | Method and Description |
|---|---|
DoubleSolenoid.Value |
DoubleSolenoid.get()
Read the current value of the solenoid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleSolenoid.set(DoubleSolenoid.Value value)
Set the value of a solenoid.
|
Copyright © 2015. All rights reserved.