|
Re: Periodic Tasks Help
Well the reason why I thought you needed to remove that while loop is to save on processing time. Since you have a condition wired to it, that probably allows it to work correctly. I'm just confused about a 10 ms task in a 100 ms task, since it will only execute every 100 ms in the outer loop.
|