Package frc.robot
Class Constants.ClimberConstants
java.lang.Object
frc.robot.Constants.ClimberConstants
- Enclosing class:
- Constants
Constants used to configure the autonomous program.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Port for the left climber motor.static final int
Port for the ramp pivot motor.static final int
Port for the right climber motor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RIGHT_CLIMBER_PORT
public static final int RIGHT_CLIMBER_PORTPort for the right climber motor.- See Also:
-
LEFT_CLIMBER_PORT
public static final int LEFT_CLIMBER_PORTPort for the left climber motor.- See Also:
-
RAMP_PIVOT_PORT
public static final int RAMP_PIVOT_PORTPort for the ramp pivot motor.- See Also:
-
-
Constructor Details
-
ClimberConstants
public ClimberConstants()
-