Add meme text on robot init

This commit is contained in:
Keenan D. Buckley
2019-12-27 15:34:53 -07:00
parent 9b3b370594
commit a9c60ff35b
@@ -26,6 +26,7 @@ import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
LEDController = new Spark(RobotMap.LED_SPARK_ID); LEDController = new Spark(RobotMap.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(){