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
When running this sketch, the servo only turns 100° of rotation.
I was able to rectify by changing the following line: myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets the servo position 0-180
The text was updated successfully, but these errors were encountered:
When running this sketch, the servo only turns 100° of rotation.
I was able to rectify by changing the following line:
myservo.write(SERVO_MAX + (SERVO_MIN-SERVO_MAX)/100 * 1.8 * val); // sets the servo position 0-180
The text was updated successfully, but these errors were encountered: