Package frc.robot
Class Constants.AlgaElevatorConstants
java.lang.Object
frc.robot.Constants.AlgaElevatorConstants
- Enclosing class:
- Constants
Constants for the alga elevator mechanism.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLower limit switch portstatic final intCan ID for the retraction motor.static final doublePercentage of power to apply to the motorstatic final intUpper limit switch portMethod Summary
Field Details
RETRACTION_CAN_ID
public static final int RETRACTION_CAN_IDCan ID for the retraction motor.- See Also:
RETRACTION_POWER
public static final double RETRACTION_POWERPercentage of power to apply to the motor- See Also:
UPPER_LIMIT_CHANNEL
public static final int UPPER_LIMIT_CHANNELUpper limit switch port- See Also:
LOWER_LIMIT_CHANNEL
public static final int LOWER_LIMIT_CHANNELLower limit switch port- See Also: