Skip to content

Commit

Permalink
deleated the coppy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ith9 committed Dec 1, 2023
1 parent d29b983 commit 13316b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/frc/Subsystems/ElevatorSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

public class ElevatorSubsystem extends SubsystemBase {
/** Creates a new ExampleSubsystem. */
private TalonFX left_motor;
/** leader */
private TalonFX right_motor;
private TalonFX left_motor; /** leader */
private TalonFX right_motor; /**leader */
private TalonFX wrist_motor;
private PIDController pidController;
private final ShuffleboardTab ElevatorTab = Shuffleboard.getTab("Elevator");
Expand Down

0 comments on commit 13316b3

Please sign in to comment.