Merge branch 'shoot-button' into Leds_idk

This commit is contained in:
Michael Mikovsky
2026-02-11 16:34:12 -07:00
committed by GitHub
35 changed files with 1597 additions and 370 deletions
@@ -44,6 +44,10 @@ public class LED extends SubsystemBase implements Queryable {
this.mode = pattern;
}
public String getMode(){
return mode.name();
}
@Override
public void periodic() {
update();