|
Re: Tasks in C++
Any task can change its own priority with a simple C function ...
#include "taskLib.h"
...
taskPrioritySet(0, iNewPriority);
... where iNewPriority is from 0 to 99, the lower the number the greater the priority
__________________
Fast, cheap or working - pick any two!
|