Package frc.robot.subsystems.pdh
Class PDHIO.PDHIOInputs
java.lang.Object
frc.robot.subsystems.pdh.PDHIO.PDHIOInputs
- Enclosing interface:
- PDHIO
Loggable inputs for the PDH subsystem.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connected
public boolean connectedWhether the pdh is currently connected and communicating. -
healthy
public boolean healthyWhether the pdh is functioning correctly. -
status
public int[] statusThe full status of the pdh.
-
-
Constructor Details
-
PDHIOInputs
public PDHIOInputs()
-