GWS S03TXF servo - how to get complete rotation

Hello,
I've been hunting around for Arduino code to control the position of a GWS S03TXF 2BB servo. It's suppose to be a servo that can do 3 rotations, instead of the typical half rotation of the hobby servo.

So far, I've only been able to get it to go 180 degrees using the regular servo.h library and example code. I might need a different library, other than the servo.h library? Something that will pulse the control like at the correct frequency for the GSWS03TXF.

It doesn't seem to be used much by other Arduino users.

This doesn't appear to be a multi-rotation servo. You could take it apart to be certain, but just turning it by hand should reveal that there are end stops to the rotation.

http://www.gws.com.tw/english/product/servo/004.htm

For servos that are capable of multiple rotations the Servo library will handle them fine. There's no difference in interfacing with them; you just get more rotational distance than usual.