+ +
+ +

Class ShooterIOSparkMax

+
+
java.lang.Object +
frc.robot.subsystems.shooter.ShooterIOSparkMax
+
+
+
+
All Implemented Interfaces:
+
ShooterIO
+
+
+
public class ShooterIOSparkMax +extends Object +implements ShooterIO
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ShooterIOSparkMax

      +
      public ShooterIOSparkMax()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      updateInputs

      +
      public void updateInputs(ShooterIO.ShooterIOInputs inputs)
      +
      Description copied from interface: ShooterIO
      +
      Updates the set of loggable inputs.
      +
      +
      Specified by:
      +
      updateInputs in interface ShooterIO
      +
      +
      +
    • +
    • +
      +

      setVoltage

      +
      public void setVoltage(double volts)
      +
      Description copied from interface: ShooterIO
      +
      Run open loop at the specified voltage.
      +
      +
      Specified by:
      +
      setVoltage in interface ShooterIO
      +
      +
      +
    • +
    +
    +
  • +
+
+ +