EnergyAnalysis

File name: EnergyAnalysis.ino
Date created: 2/14/18
Date modified: 2/14/18


// Sets the back motor speed to 60% power for 4 seconds and then sets the
// back motor to 0% power for 10 seconds letting the AEV coast
reverse(4);
motorSpeed(2,60);
goFor(4);
motorSpeed(2,0);
goFor(10);