Package frc.robot
Class Constants.IntakeConstants
java.lang.Object
frc.robot.Constants.IntakeConstants
- Enclosing class:
- Constants
Constants for intake
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final int
static final int
static final double
static final double
static final boolean
static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTAKE_MOTOR_FORWARD
public static final double INTAKE_MOTOR_FORWARD- See Also:
-
INTAKE_MOTOR_BACKWARD
public static final double INTAKE_MOTOR_BACKWARD- See Also:
-
INTAKE_MOTOR_STOP
public static final double INTAKE_MOTOR_STOP- See Also:
-
INDEX_MOTOR_FORWARD
public static final double INDEX_MOTOR_FORWARD- See Also:
-
INDEX_MOTOR_BACKWARD
public static final double INDEX_MOTOR_BACKWARD- See Also:
-
INDEX_MOTOR_STOP
public static final double INDEX_MOTOR_STOP- See Also:
-
INTAKE_MOTOR_INVERTED
public static final boolean INTAKE_MOTOR_INVERTED- See Also:
-
INDEXER_BEAM_BRAKE_DIO_PORT
public static final int INDEXER_BEAM_BRAKE_DIO_PORT- See Also:
-
INTAKE_BEAM_BRAKE_DIO_PORT
public static final int INTAKE_BEAM_BRAKE_DIO_PORT- See Also:
-
-
Constructor Details
-
IntakeConstants
public IntakeConstants()
-