hello
This commit is contained in:
parent
50abcd1788
commit
2b9deb6f65
1 changed files with 4 additions and 0 deletions
|
@ -32,7 +32,11 @@ public class Ftc2024_autonome_api extends LinearOpMode {
|
|||
public void runOpMode() {
|
||||
lm = hardwareMap.get(DcMotor.class, "blm");
|
||||
rm = hardwareMap.get(DcMotor.class, "brm");
|
||||
<<<<<<< HEAD
|
||||
harvestmotor = hardwareMap.get(DcMotor.class, "moissonneuse");
|
||||
=======
|
||||
harvestmotor = hardwareMap.get(DcMotor.class, "moissoneuse");
|
||||
>>>>>>> a8ae6d3 (hello)
|
||||
|
||||
rm.setDirection(DcMotor.Direction.REVERSE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue