Small tweakin (im tweakin)

This commit is contained in:
Abhishrek05
2024-02-14 19:44:24 -07:00
parent 5997c73f55
commit 19fb13e5d9
4 changed files with 7 additions and 4 deletions
@@ -25,8 +25,8 @@ public class Shooter extends SubsystemBase {
leftShooter = leftTalonFX;
rightShooter = rightTalonFX;
leftShooter.setNeutralMode(NeutralModeValue.Brake);
rightShooter.setNeutralMode(NeutralModeValue.Brake);
leftShooter.setNeutralMode(NeutralModeValue.Coast);
rightShooter.setNeutralMode(NeutralModeValue.Coast);
}
public void spin() {