Servo HZ pwm
-
Hello. Im doing some tst using a futaba servo. Acording to specs the servo works in the range of 50 to 70 HZ.
I have on my config.g this line:M950 S0 Q70 C"0.out9"
The servo works good, but also works with:
M950 S0 C"0.out9"
So my question would be: the parameter Q70 for using a 70 HZ PWM is necesary or not?
Thanks in advance
-
@tinchus for a M950 S command the default frequency is 50Hz.
-
@dc42 Thanks! That is the reason why the servo work wether I use the Q70 or not, Im already in th range og MZ by default.