Merge branch 'master' into 2020-framework-update

This commit is contained in:
Keenan D. Buckley
2020-01-06 02:08:05 +00:00
committed by GitHub
@@ -27,6 +27,7 @@ public class LED extends SubsystemBase {
LEDController = new Spark(LEDConstants.LED_SPARK_ID); LEDController = new Spark(LEDConstants.LED_SPARK_ID);
setPattern(LEDPatterns.FOREST_WAVES); setPattern(LEDPatterns.FOREST_WAVES);
LEDController.set(currentLED); LEDController.set(currentLED);
System.err.println("In the Beginning, there was Joe.\nAnd he said, 'Let there be LEDs.'\nAnd it was good.");
} }
public void updateLED(){ public void updateLED(){