LED Command Based

This commit is contained in:
Keenan D. Buckley
2019-12-21 20:41:34 -07:00
parent c690466356
commit ec873a2835
6 changed files with 62 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2019.4.1"
id "edu.wpi.first.GradleRIO" version "2019.1.1"
}
def ROBOT_MAIN_CLASS = "frc4388.robot.Main"