Skip to content

Commit

Permalink
Add PERIOD const
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Mar 7, 2024
1 parent 69f4eee commit 5813dc9
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 @@ -33,6 +33,8 @@ enum ControllerType {

public static final ControllerType CONTROLLER_TYPE = ControllerType.FlightStick;

public static final double PERIOD = 0.020;

public static final class Drivetrain {
public static enum MusicTrack {
IMPERIAL_MARCH("imperial_march.chrp"),
Expand Down

0 comments on commit 5813dc9

Please sign in to comment.