This commit is contained in:
samuel desharnais 2024-02-12 18:01:01 -05:00
parent b58baae2ce
commit 1087610e26
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@
}
}
},
"NetworkTables Info": {
"visible": true
},
"NetworkTables View": {
"visible": false
},

View File

@ -12,7 +12,7 @@ public class AllumeLED extends Command {
private LED led;
private Accumulateur accumulateur;
/** Creates a new AllumeLED. */
public AllumeLED(LED led) {
public AllumeLED(LED led,Accumulateur accumulateur){
this.accumulateur = accumulateur;
this.led = led;
addRequirements(led);