tehrdgfjgjh

This commit is contained in:
samuel desharnais 2022-11-21 18:45:23 -05:00
parent fcb2226b55
commit 0a70ba19a4

View File

@ -7,10 +7,10 @@ package frc.robot.commands;
import edu.wpi.first.wpilibj2.command.CommandBase; import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Pistonshaker; import frc.robot.subsystems.Pistonshaker;
public class Acctivershaker extends CommandBase { public class Activershaker extends CommandBase {
private Pistonshaker pistonshaker; private Pistonshaker pistonshaker;
/** Creates a new Acctivershaker. */ /** Creates a new Acctivershaker. */
public Acctivershaker(Pistonshaker pistonshaker) { public Activershaker(Pistonshaker pistonshaker) {
this.pistonshaker = pistonshaker; this.pistonshaker = pistonshaker;
// Use addRequirements() here to declare subsystem dependencies. // Use addRequirements() here to declare subsystem dependencies.
addRequirements(pistonshaker); addRequirements(pistonshaker);