Skip to content

Commit

Permalink
led port # update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheExoneratedManiac committed Mar 13, 2024
1 parent 0524377 commit 895950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public static final class IntakeConstants {
}

public static final class LEDConstants {
public static final int ledPortNumber = 1; // temp
public static final int ledPortNumber = 0; // temp
public static final int ledLength = 30; // temp
}

Expand Down

0 comments on commit 895950e

Please sign in to comment.