I need something like a scheduler that only awake when it have to do some of it's task.
Eg. taskt1 every 5 minutes, task2 every 10 minutes etc.
At the moment I use the multitasking example from the code area and count every second down until is time to execute the tasks.
It works fine but I think it needs to much idle time - or not?
What solution would you suggest for?
Thanks
Andre
Eg. taskt1 every 5 minutes, task2 every 10 minutes etc.
At the moment I use the multitasking example from the code area and count every second down until is time to execute the tasks.
It works fine but I think it needs to much idle time - or not?
What solution would you suggest for?
Thanks
Andre