This commit is contained in:
Shikhar
2026-02-21 15:55:29 -07:00
parent 4907e0c8a0
commit 77ca57d678
7 changed files with 143 additions and 8 deletions
@@ -36,7 +36,7 @@ public class LED extends SubsystemBase implements Queryable {
m_pwm.setPeriodMultiplier(PWM.PeriodMultiplier.k1X);
m_pwm.setSpeed(0.0);
m_pwm.setZeroLatch();
update();
}
private LEDPatterns mode = LEDConstants.DEFAULT_PATTERN;
@@ -158,7 +158,10 @@ public class Shooter extends SubsystemBase {
ShooterMode.Ready
);
}
} else {
m_robotLED.setMode(Constants.LEDConstants.DEFAULT_PATTERN);
}