Coast

File name: Coast.ino
Date created: 2/7/18
Date modified: 2/7/18


// Sets the back motor to 45% power, travels 2 feet, brakes the back motor,
// and then coasts to a stop
reverse(4);
motorSpeed(1,45);
goToAbsolutePosition((2*12)/0.4875);
brake(4);