Servo motor speed adjust

oric_dan(333):
servo.Write(150); // should go one direction
servo.Write(30); // should go the other direction.

servo.Write(90); // should stop.
servo.Write(80); // should go one direction slowly.
servo.Write(100); // should go the other direction slowly.

That is for a servo modified for continous rotation and not an unmodified servo.