Code

This code was developed to run for our simple AEV design and test which material uses the least amount of energy. The program tells our AEV to run at 30% power for about 96 inches before breaking completely.

reverse(4);

motorSpeed(4,30);

goToRelativePosition(197);

brake(4);