This commit is contained in:
Antoine PerreaultE 2024-02-12 18:13:13 -05:00
parent f19e11aaf6
commit b2fefba67b

View File

@ -73,5 +73,10 @@ public AHRS gyroscope = new AHRS();
public boolean piston(){
return pistondgauche.get();
}
@Override
public void periodic() {
// This method will be called once per scheduler run
}
}