Hello everyone! Been a while.
I’m coding the program for my vex team’s robot for next school year, and I’m using PROS. I have a question about the taskCreate() function. So I made a function like so:
taskCreate(WriteValues,5, TASK_PRIORITY_DEFAULT);
It comes up with an error saying “too few parameters”.
It says in the doc that it is supposed to have four parameters, but I do not understand what the stackdepth and parameters fields are for. Does anyone here know?
Thanks,
brep
Relevant documentation: Purdue Robotics Operating System: include/API.h File Reference