finalize shooter constants

This commit is contained in:
Abhishrek05
2024-01-20 14:36:34 -07:00
parent 502f7a979a
commit bdda055563
4 changed files with 13 additions and 13 deletions
@@ -29,8 +29,8 @@ public class Shooter extends SubsystemBase {
}
public void spin(double speed) {
leftShooter.set(speed);
rightShooter.set(-speed);
leftShooter.set(-speed);
rightShooter.set(speed);
}
public void stop() {