You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Servo library uses a default pulse width of 544 uS to 2400 uS -- with a zero/neutral position at 1472 uS?
This does not coincide with any standard servos that I've seen. Most servos (like HiTech or other generic ones) operate on a rage from 900 uS to 2100 uS with a neutral position (90 deg) at 1500 uS. The "default pulse width" is set to 1500, but this is not the same as 90 degrees on the servo.
Suggest changing the default settings to align with 900 uS and 2100 uS --
# defineMIN_PULSE_WIDTH900// the shortest pulse sent to a servo
# defineMAX_PULSE_WIDTH2100// the longest pulse sent to a servo
# defineDEFAULT_PULSE_WIDTH1500// default pulse width when servo is attached
The text was updated successfully, but these errors were encountered:
The Servo library uses a default pulse width of 544 uS to 2400 uS -- with a zero/neutral position at 1472 uS?
This does not coincide with any standard servos that I've seen. Most servos (like HiTech or other generic ones) operate on a rage from 900 uS to 2100 uS with a neutral position (90 deg) at 1500 uS. The "default pulse width" is set to 1500, but this is not the same as 90 degrees on the servo.
Suggest changing the default settings to align with 900 uS and 2100 uS --
The text was updated successfully, but these errors were encountered: