I saw lots of topics about servo's, pwm and all that.
I am just looking for a simple way to do this.
Right now i dont even have a idea what the lib sends out if you ask it to go to a position.
I heard that you get a pwm of 50hz somewhere, i need 100hz.
The Servo library is fixed at standard servo rates, ie 50Hz. Someone somewhere will have
a hacked version that runs at 100Hz or more, for sure - google it. However note that the
Servo library can drive 12 pins per timer because its running at 50Hz - a 100Hz version would
necessarily support fewer pins per timer.