Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 04b351a

Browse files
committed
testing
1 parent 3dd390b commit 04b351a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/Pivot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import frc.robot.config.PivotConfig;
1010

1111
public class Pivot extends SubsystemBase {
12-
private SparkMax pivot = new SparkMax(1, SparkLowLevel.MotorType.kBrushless);
12+
private SparkMax pivot = new SparkMax(2, SparkLowLevel.MotorType.kBrushless);
1313
private PIDController pidController =
1414
new PIDController(PivotConfig.PIVOT_P, PivotConfig.PIVOT_I, PivotConfig.PIVOT_D);
1515

0 commit comments

Comments
 (0)