Package frc.robot.subsystems.Intake
Class Intake.Commands
java.lang.Object
frc.robot.subsystems.Intake.Intake.Commands
- Enclosing class:
- Intake
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionedu.wpi.first.wpilibj2.command.Command
Constructs a command that sets the solenoid default state to be triggered by the dashboard switch.
-
Constructor Details
-
Commands
public Commands()
-
-
Method Details
-
setDefault
public edu.wpi.first.wpilibj2.command.Command setDefault()Constructs a command that sets the solenoid default state to be triggered by the dashboard switch.- Returns:
- The dashboard switch Command object.
-