![]() |
How to do two actions on the same time?
Hello :)
How I can program that two motors (for example) move at the same time... In the autonomous I'm using the set() method and after that the delay() and that again set() to stop the motor.. How can I move two motors on the same time? |
Re: How to do two actions on the same time?
If I understand you correctly, you have something like:
Code:
motor1.set(1.0);Code:
motor1.set(1.0); |
| All times are GMT -5. The time now is 08:59 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi