Trying out sketch for forward acceleration on robot.

I guess that moveForward() and moveBackward() correspond to setting the speed to predefined positive and negative values, so it would make sense to implement them by a call to setSpeed(), or speedSet(), or whatever you choose to call it.