"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.Joystick.AxisType

Packages that use Joystick.AxisType
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 Joystick.AxisType in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as Joystick.AxisType
static Joystick.AxisType Joystick.AxisType.kNumAxis
          axis: number of axis
static Joystick.AxisType Joystick.AxisType.kThrottle
          axis: throttle
static Joystick.AxisType Joystick.AxisType.kTwist
          axis: twist
static Joystick.AxisType Joystick.AxisType.kX
          axis: x-axis
static Joystick.AxisType Joystick.AxisType.kY
          axis: y-axis
static Joystick.AxisType Joystick.AxisType.kZ
          axis: z-axis
 

Methods in edu.wpi.first.wpilibj with parameters of type Joystick.AxisType
 double Joystick.getAxis(Joystick.AxisType axis)
          For the current joystick, return the axis determined by the argument.
 int Joystick.getAxisChannel(Joystick.AxisType axis)
          Get the channel currently associated with the specified axis.
 void Joystick.setAxisChannel(Joystick.AxisType axis, int channel)
          Set the channel associated with a specified axis.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"