mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -06:00
Merge branch 'shoot-button' into Leds_idk
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user