|
Re: PID Sample temp
If I understand you correctly, the PID code is looping itself, thus not allowing autonomous() to continue to run? If that's the case, you could consider either writing your own PID or possibly run the PID method in a different thread.
|