Hi, I would like to use the Adafruit 16-Channel 12-bit PWM/Servo Driver - I2C interface
with a HiTech HS-645MG that has been modified for 180 degree rotation. servocity says:
"This servo can operate 180° when given a pulse signal ranging from 600usec to 2400usec. Since most R/C controllers cannot generate this wide of signal range, you will need to purchase our servo stretcher for 180° operation.:
1500 usec is neutral, 600 usec is 90 degrees to the left, and 2400 usec is 90 degrees to the right.
I read over the PCA9685 spec sheet and see that the pulse length goes from 0 to 4096. the example arduino sketch provided by adafruit sets
#define SERVOMIN 150 // this is the 'minimum' pulse length count (out of 4096)
#define SERVOMAX 600 // this is the 'maximum' pulse length count (out of 4096)
What should I set SERVOMIN and SERVOMAX to in order to use the HS-645MG servo for full 180 degree operations.
What do I need to set to have the servo in neutral position? (1500 usec)
Thanks,
Tom

