Package frc.robot.subsystems.intake
Class IntakeIOFalcon
java.lang.Object
frc.robot.subsystems.intake.IntakeIOFalcon
- All Implemented Interfaces:
IntakeIO
Intake IO Layer with real motors and sensors
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.robot.subsystems.intake.IntakeIO
IntakeIO.IntakeInputs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIndexerMotorPercentage
(double percent) void
setIntakeMotorPercentage
(double percent) void
updateInputs
(IntakeIO.IntakeInputs inputs)
-
Field Details
-
intakeRelativeEnc
public final com.revrobotics.RelativeEncoder intakeRelativeEnc
-
-
Constructor Details
-
IntakeIOFalcon
public IntakeIOFalcon()Intake IO Layer with real motors and sensors
-
-
Method Details
-
updateInputs
- Specified by:
updateInputs
in interfaceIntakeIO
-
setIntakeMotorPercentage
public void setIntakeMotorPercentage(double percent) - Specified by:
setIntakeMotorPercentage
in interfaceIntakeIO
-
setIndexerMotorPercentage
public void setIndexerMotorPercentage(double percent) - Specified by:
setIndexerMotorPercentage
in interfaceIntakeIO
-