hello
do the wiring libraries like servo motors and encoders work with the arduino boards, too? or is it possible to generate pulses under 1 ms to controll a servo motor?
thanks
michael
hello
do the wiring libraries like servo motors and encoders work with the arduino boards, too? or is it possible to generate pulses under 1 ms to controll a servo motor?
thanks
michael
Hej,
using the function delayMicroseconds(int micsec)
you can send pulses with less than 1ms width.
We are working in our own libraries for motors, but proposals are welcome
/David