Servo's speed

And I did it slightly differently.
I calculate where I want the servo to be every 20ms.
I tell the servo to go there, and then wait for the next 20ms slick to come by.

This timing matches the frequency of the signal being sent to the servo, so it is about as smooth as a typical hobby servo can be.

Let me push a bit of code through and connect a servo, and I will show you what I mean.