
weird problem nxt motors robotc
we have a weird problem
it involves two nxt motors
we used a
void where u press a certain button
and call upon it in task main()
however, the code that comes second runs physically faster
so for example
void1
(code that runs 2 motors forward)
return
void2
(code that runs 2 motors backward)
return
void2 would give full power to the motors, however
void1 would give little to no power to the motors
the code is identical, we have tried swapping them,
and the 1st code is always much slower
help!!
