myservo.slowmove(val, 255);
Instead of Speed 255 use either Speed 0 or myservo.write. Internally Speed 0 just calls write and doesn't do anything special. Those commands are more direct and tell the servo to go as fast as it can.
Korman
myservo.slowmove(val, 255);
Instead of Speed 255 use either Speed 0 or myservo.write. Internally Speed 0 just calls write and doesn't do anything special. Those commands are more direct and tell the servo to go as fast as it can.
Korman