Class PDHIO.PDHIOInputs

java.lang.Object
frc.robot.subsystems.pdh.PDHIO.PDHIOInputs
Enclosing interface:
PDHIO

public static class PDHIO.PDHIOInputs extends Object
Loggable inputs for the PDH subsystem.
  • Field Details

    • connected

      public boolean connected
      Whether the pdh is currently connected and communicating.
    • healthy

      public boolean healthy
      Whether the pdh is functioning correctly.
    • status

      public int[] status
      The full status of the pdh.
  • Constructor Details

    • PDHIOInputs

      public PDHIOInputs()