s
This commit is contained in:
@ -64,6 +64,9 @@ public AHRS gyroscope = new AHRS();
|
||||
public void pistonouvre(){
|
||||
pistondroite.set(false);
|
||||
}
|
||||
public boolean piston(){
|
||||
return pistondroite.get();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
|
Reference in New Issue
Block a user