As the title says... Chat on...

User avatar
By iclosem
#33206 I'm trying to get this servo to work: https://www.parallax.com/sites/default/ ... n-v2.2.pdf

Right now I'm using:
pwm.setup(3,100,61)
pwm.start(3)

Am I doing that correctly? The servo requires a pulse for 1.3ms then a pause for 20ms. Can anybody double check this to see if I'm doing it correctly? This is all still pretty new to me.