|
Re: Will camera keep running if i have a while statement going
yes, if you have a while loop that executes quickly, and that is not looking for a change in inputs, esp if its trying to change the outputs (motor speed) to make the inputs change.
using while loops to process data will also have the adverse effect of altering your code-loop time.
|