Arduino-PowerFunctions icon indicating copy to clipboard operation
Arduino-PowerFunctions copied to clipboard

How to start two motors at the exact same time for an indefinite time

Open miki85 opened this issue 5 years ago • 0 comments

Hi,

Here is what I want to do : Starting two motors at the exact same time and let them rotating indefinitely. Here is my issue : If I use the method "combo_pwm" the motors will stop after a second or two.

If I want to rotate one motor indefinitely I use the "single_pwm" and it works. But if I use "single_pwm" to start the first motor then the same method again to start the second motor they will obviously not start at the same time.

What am I doing wrong ? Can I have some help ? Thank you.

-Miki

miki85 avatar Feb 16 '20 21:02 miki85