Package | Description |
---|---|
frc.team670.robot.utils |
Modifier and Type | Method and Description |
---|---|
MustangController.DPadState |
MustangController.getDPadState()
gets angle of the DPad on the XBox controller pressed with increments of 45 degree angle.
|
static MustangController.DPadState |
MustangController.DPadState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MustangController.DPadState[] |
MustangController.DPadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|