Motor Configuration Test – Backward

File name: Motor_Config_Test_Backward.ino

 

 

//Reverses then runs both motors and 25% power for 2.5 seconds, then brakes.
reverse(2);
motorSpeed(4,35);
goFor(5);
brake(4);