Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jack60612 committed Feb 26, 2024
1 parent 21e0d8e commit b52816a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public static final class CANConstants {
// Analog Ports
/// Ultrasonic Sensors and ports.
public static final int ULTRASONICSHOOTERPORT = 0;
public static final int ARMLIMITSWITCHBACK = 1;
public static final int ARMLIMITSWITCHFRONT = 2;

// Digital Ports

Expand Down

0 comments on commit b52816a

Please sign in to comment.