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