photocell inverse

This commit is contained in:
Antoine PerreaultE 2024-02-22 18:23:22 -05:00
parent e9f33581fa
commit ea1e6df458

View File

@ -28,7 +28,7 @@ public class Accumulateur extends SubsystemBase {
public boolean limitswitch(){
return !photocellacc.get();
return photocellacc.get();
}
public Accumulateur() {