Servo programming

In the Arduino world the standard answer to delay problems is not to use the delay() function and instead use the technique in the Blink Without Delay example sketch.

...R