Class MotorIntakeImpl
java.lang.Object
org.firstinspires.ftc.teamcode.fy25.subsystems.motorlntake.MotorIntakeImpl
- All Implemented Interfaces:
MotorIntake
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.firstinspires.ftc.teamcode.fy25.subsystems.motorlntake.MotorIntake
MotorIntake.Parameters, MotorIntake.State -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublevoidsetIntakeVelocity(double velocity) voidsetState(MotorIntake.State state) voidspinIn()voidspinOut()voidstop()voidupdate()
-
Constructor Details
-
MotorIntakeImpl
-
-
Method Details
-
spinIn
public void spinIn()- Specified by:
spinInin interfaceMotorIntake
-
spinOut
public void spinOut()- Specified by:
spinOutin interfaceMotorIntake
-
stop
public void stop()- Specified by:
stopin interfaceMotorIntake
-
setState
- Specified by:
setStatein interfaceMotorIntake
-
setIntakeVelocity
public void setIntakeVelocity(double velocity) - Specified by:
setIntakeVelocityin interfaceMotorIntake
-
getIntakeVelocity
public double getIntakeVelocity()- Specified by:
getIntakeVelocityin interfaceMotorIntake
-
update
public void update()- Specified by:
updatein interfaceMotorIntake
-