"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.RobotDrive.MotorType

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

Fields in edu.wpi.first.wpilibj declared as RobotDrive.MotorType
static RobotDrive.MotorType RobotDrive.MotorType.kFrontLeft
          motortype: front left
static RobotDrive.MotorType RobotDrive.MotorType.kFrontRight
          motortype: front right
static RobotDrive.MotorType RobotDrive.MotorType.kRearLeft
          motortype: rear left
static RobotDrive.MotorType RobotDrive.MotorType.kRearRight
          motortype: rear right
 

Methods in edu.wpi.first.wpilibj with parameters of type RobotDrive.MotorType
 void RobotDrive.setInvertedMotor(RobotDrive.MotorType motor, boolean isInverted)
          Invert a motor direction.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"