Class ShooterVortex

java.lang.Object
frc.robot.subsystems.shooter.ShooterVortex
All Implemented Interfaces:
ShooterIO

public class ShooterVortex extends Object implements ShooterIO
Class for ShooterVortex
  • Field Details

    • topShooterMotor

      public final com.revrobotics.spark.SparkFlex topShooterMotor
    • bottomShooterMotor

      public final com.revrobotics.spark.SparkFlex bottomShooterMotor
  • Constructor Details

    • ShooterVortex

      public ShooterVortex()
      Constructor Shooter Subsystem - sets motor and encoder preferences
  • Method Details

    • setTopMotor

      public void setTopMotor(double power)
      Specified by:
      setTopMotor in interface ShooterIO
    • setBottomMotor

      public void setBottomMotor(double power)
      Specified by:
      setBottomMotor in interface ShooterIO
    • updateInputs

      public void updateInputs(frc.robot.subsystems.shooter.ShooterIOInputsAutoLogged inputs)
      Specified by:
      updateInputs in interface ShooterIO