Skip to content

Commit

Permalink
timer
Browse files Browse the repository at this point in the history
  • Loading branch information
siyoyoCode committed Feb 2, 2024
1 parent de020f6 commit 00abd10
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package frc.robot.commands.shooter.pivot;

import edu.wpi.first.wpilibj.Timer;
import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.shooter.ShooterPivotSubsystem;

public class ShooterPivotAimCommand extends Command{

ShooterPivotSubsystem shooterPivotSubsystem;
Timer timer;

public ShooterPivotAimCommand(ShooterPivotSubsystem pivotSubsystem){
this.shooterPivotSubsystem = pivotSubsystem;
Expand Down

0 comments on commit 00abd10

Please sign in to comment.