|
Re: Jaguar Direction Control
That should be okay. Just make sure that each iteration of the code, that you only set each motor once. You don't have to set every motor every iteration, and you can set multiple motors per iteration, but don't set a single motor more than once per iteration. It's just bad practice and a waste of memory (it won't actually break anything if you do so).
|