Odd behavior shiftOut and Servo control

The delay() function screws with interrupts, the Servo library uses timer interrupts, put those together and there's a good chance you will have jittery servos.

the delays worked just fine for what i needed before i used a shift register to sequence my leds.

Are you saying that if you take the exact same code and comment out all the shiftOut() calls the servo doesn't jitter?


Rob