Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaroryan committed Oct 4, 2024
1 parent ef73d2b commit 39861db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/JoysticksBindings.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static void configureBindings(Robot robot) {
private static void mainJoystickButtons(Robot robot) {
SmartJoystick usedJoystick = MAIN_JOYSTICK;
// bindings...
robot.getFlywheel().getSysIdCalibrator().setAllButtonsForCalibration(usedJoystick);
}

private static void secondJoystickButtons(Robot robot) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
public class RealFunnelConstants {

private final static double DEBOUNCE_TIME_SECONDS = 0.05;

private final static Debouncer.DebounceType DEBOUNCE_TYPE = Debouncer.DebounceType.kBoth;

private final static SparkLimitSwitch.Type REVERSE_LIMIT_SWITCH_TYPE = SparkLimitSwitch.Type.kNormallyOpen;

private final static boolean ENABLE_LIMIT_SWITCH = false;

public static FunnelStuff generateFunnelStuff(String logPath) {
Expand Down

0 comments on commit 39861db

Please sign in to comment.