Class SpinnerIO.SpinnerIOInputs

java.lang.Object
frc.robot.subsystems.intake.spinner.SpinnerIO.SpinnerIOInputs
Enclosing interface:
SpinnerIO

public static class SpinnerIO.SpinnerIOInputs extends Object
Contains all of the inputs received from the intake hardware.
  • Field Details

    • connected

      public boolean connected
      Whether the spinner motor controller is connected.
    • appliedVoltage

      public Voltage appliedVoltage
      The voltage currently being applied to the spinner motor.
    • appliedCurrent

      public Current appliedCurrent
      The current drawn by the spinner motor.
    • healthy

      public boolean healthy
      Whether the spinner motor is functioning correctly.
    • status

      public int[] status
      The full status of the spinner motor controller.
  • Constructor Details

    • SpinnerIOInputs

      public SpinnerIOInputs()