mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
Remove static declaration where applicable
Using these objects should instead be done by passing the needed subsystem reference in RobotContainer
This commit is contained in:
@@ -20,8 +20,8 @@ import frc4388.utility.LEDPatterns;
|
||||
*/
|
||||
public class LED extends SubsystemBase {
|
||||
|
||||
public static float currentLED;
|
||||
public static Spark LEDController;
|
||||
public float currentLED;
|
||||
public Spark LEDController;
|
||||
|
||||
/**
|
||||
* Add your docs here.
|
||||
|
||||
Reference in New Issue
Block a user