Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Merridew1 committed Nov 21, 2024
1 parent 5fd7b1c commit 3fe1f41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
* Constants file.
*/
public final class Constants {

public static final class ColorsRGB {
public static final int[] RED = {255, 0, 0};
public static final int[] GREEN = {124, 255, 0};
public static final int[] BLUE = {0, 0, 205};
public static final int[] PURPLE = {255, 0, 255};
public static final int[] PINK = {255, 192, 203};

}

/**
* Stick Deadband
*/
Expand Down
Empty file.

0 comments on commit 3fe1f41

Please sign in to comment.