| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.kFrontLeftmotortype: front left | 
| static RobotDrive.MotorType | RobotDrive.MotorType.kFrontRightmotortype: front right | 
| static RobotDrive.MotorType | RobotDrive.MotorType.kRearLeftmotortype: rear left | 
| static RobotDrive.MotorType | RobotDrive.MotorType.kRearRightmotortype: 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" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||