Skip to content

Commit

Permalink
saved files
Browse files Browse the repository at this point in the history
  • Loading branch information
Twilight420 committed Dec 1, 2023
1 parent bde1653 commit 12d6993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Commands/ElevatorBaseCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
package frc.robot.Commands;


import frc.Subsystems.ElevatorSubsystem;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.Subsystems.ElevatorSubsystem;


/** An example command that uses an example subsystem. */
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/frc/robot/IntakeSequentailCommands.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package frc.robot;

public class IntakeSequentailCommands {

}
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import frc.Subsystems.ElevatorSubsystem;
import frc.Subsystems.IntakeSubsystem;
import frc.robot.Commands.IntakeCommand;
import frc.robot.Commands.IntakeSequentailCommands;
import frc.robot.Commands.OutakeCommand;


/**
Expand Down

0 comments on commit 12d6993

Please sign in to comment.