Package frc.robot.subsystems.pdh
Interface PDHIO
public interface PDHIO
IO interface for the PDH subsystem.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classLoggable inputs for the PDH subsystem. -
Method Summary
Modifier and TypeMethodDescriptiondefault voidClears all faults and warnings.default voidupdateInputs(PDHIO.PDHIOInputs inputs) Updates the set of loggable inputs.
-
Method Details
-
updateInputs
Updates the set of loggable inputs.- Parameters:
inputs- The inputs object to update.
-
clearFaults
default void clearFaults()Clears all faults and warnings.
-