|
" 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.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 " |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||