photocell inverse
This commit is contained in:
parent
e9f33581fa
commit
ea1e6df458
@ -28,7 +28,7 @@ public class Accumulateur extends SubsystemBase {
|
||||
|
||||
|
||||
public boolean limitswitch(){
|
||||
return !photocellacc.get();
|
||||
return photocellacc.get();
|
||||
}
|
||||
public Accumulateur() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user