Hello,
How does the degrees command relate to servo pulse ?
For example:
; Walk Forward
gosub movement 7.0,-20.0,-20.0, -7.0, 20.0, 20.0, 500.0]
gosub movement -7.0,-20.0,-20.0, 7.0, 20.0, 20.0, 500.0]
gosub movement -7.0, 20.0, 20.0, 7.0,-20.0,-20.0, 500.0]
gosub movement 7.0, 20.0, 20.0, -7.0,-20.0,-20.0, 500.0]
How does the 20.0 relate to servo pulse in uS ?
Steps per degree is 166.6 for that code - I’m assuming that means that for the servo to turn 90 degrees you would have to send the respective pulse 90*166.6 times
Thanks,
Eric