Package frc.robot
Class Constants.Elevator
java.lang.Object
frc.robot.Constants.Elevator
- Enclosing class:
- Constants
Elevator Motor constants.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classConstants for the PID portion of the elevator. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ELEVATOR_MOTOR_ID
public static final int ELEVATOR_MOTOR_ID- See Also:
-
ELEVATOR_STOP
public static final double ELEVATOR_STOP- See Also:
-
ENCODER_OFFSET
public static final double ENCODER_OFFSET- See Also:
-
MAX_ENCODER
public static final double MAX_ENCODER- See Also:
-
-
Constructor Details
-
Elevator
public Elevator()
-