Is there any one out there who will help me with syntax questions?
eg from SimpleLink Academy v1.03 lab 1 ..
Void urgentWorkTaskFunc(UArg arg0, UArg arg1)
means urgentWorkTaskFunc returns nothing, but requires two inputs arg0, and arg1 but what is the form of these? ie what is meant by UArg?
Yours Simon M.