back to Spark LEDs

This commit is contained in:
aarav18
2022-04-07 19:02:32 -06:00
parent a420b8f47a
commit acfa52c898
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ public class RobotMap {
}
/* LED Subsystem */
// public final Spark LEDController = new Spark(LEDConstants.LED_SPARK_ID);
public final PWM newLED = new Servo(LEDConstants.LED_SPARK_ID);
public final Spark LEDController = new Spark(LEDConstants.LED_SPARK_ID);
// public final PWM newLED = new Servo(LEDConstants.LED_SPARK_ID);
void configureLEDMotorControllers() {}