Skip to content

Commit

Permalink
Change feeder IR port to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
colyic committed Mar 23, 2024
1 parent 36157b7 commit 1560b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/stuypulse/robot/constants/Ports.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public interface Intake {
public interface Shooter {
int LEFT_MOTOR = 21;
int RIGHT_MOTOR = 20;
int INTAKE_IR = 0;
int INTAKE_IR = 3;
}

public interface Conveyor {
Expand Down

0 comments on commit 1560b2a

Please sign in to comment.