Propeller Configuration Test

File name: Propeller_Config_Test.ino

 

 

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