tried an LED thing (servo)

This commit is contained in:
aarav18
2022-04-07 18:33:44 -06:00
parent 06193efd83
commit a9a7b1bc68
5 changed files with 18 additions and 8 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ public class RobotMap {
}
/* LED Subsystem */
public final Spark LEDController = new Spark(LEDConstants.LED_SPARK_ID);
// public final Spark LEDController = new Spark(LEDConstants.LED_SPARK_ID);
public final Servo newLED = new Servo(LEDConstants.LED_SPARK_ID);
void configureLEDMotorControllers() {}