| 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 Joystick.RumbleType |
Joystick.RumbleType.kLeftRumble
Left Rumble
|
static Joystick.RumbleType |
Joystick.RumbleType.kRightRumble
Right Rumble
|
| Modifier and Type | Method and Description |
|---|---|
void |
Joystick.setRumble(Joystick.RumbleType type,
float value)
Set the rumble output for the joystick.
|
Copyright © 2015. All rights reserved.