Class SpinnerIO.SpinnerIOInputs
java.lang.Object
frc.robot.subsystems.intake.spinner.SpinnerIO.SpinnerIOInputs
- Enclosing interface:
- SpinnerIO
Contains all of the inputs received from the intake hardware.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current drawn by the spinner motor.The voltage currently being applied to the spinner motor.booleanWhether the spinner motor controller is connected.booleanWhether the spinner motor is functioning correctly.int[]The full status of the spinner motor controller. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connected
public boolean connectedWhether the spinner motor controller is connected. -
appliedVoltage
The voltage currently being applied to the spinner motor. -
appliedCurrent
The current drawn by the spinner motor. -
healthy
public boolean healthyWhether the spinner motor is functioning correctly. -
status
public int[] statusThe full status of the spinner motor controller.
-
-
Constructor Details
-
SpinnerIOInputs
public SpinnerIOInputs()
-