Class VariableIntake

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.robot.commands.wrist.VariableIntake
All Implemented Interfaces:
Sendable

public class VariableIntake extends Command
Variable controlled intake speed.
  • Constructor Details

    • VariableIntake

      public VariableIntake(WristIntake intake, CommandXboxController controller)
      Variable intake constructor.
      Parameters:
      intake - intake
      controller - controller
  • Method Details