Open Shibbywan opened 7 years ago
The PicOS Quick Reference has two functions of interest that could be useful:
sint ptleft() determines how many processes can still be created.
sint crunning(fsmcode fsm) determines the number of running instances of the specified fsm. crunning(NULL) is the same as ptleft().
The PicOS Quick Reference has two functions of interest that could be useful:
sint ptleft() determines how many processes can still be created.
sint crunning(fsmcode fsm) determines the number of running instances of the specified fsm. crunning(NULL) is the same as ptleft().