Skip to content

Commit

Permalink
constants
Browse files Browse the repository at this point in the history
  • Loading branch information
EvLyn17 committed Dec 8, 2023
1 parent 1c86152 commit a453217
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ public final class Wrist {
public static final double DEGREES = 360;
public static final double GEAR_RATIO = 0.061;
}
public final class Intake {
public static final int MOTOR_PORT = 18;

}
}

0 comments on commit a453217

Please sign in to comment.