Alright so I was browsing through the Functions part of the RobotC for Vex Cortex and PIC and came across a function that was called 'bVexBlackEye'
The note for it says that it turns the Vex Yellow LED "eye" off. I assume this is the VexNet LED on Cortex and Controller. (Correct me if I'm wrong about this)
Here the sample code it provides for how to use it.
I tried to put this in a simple program to check its functionality by using an if statement so say if a limit switch is pressed then turn it on and if not then turn its off but when i tried to compile it i got the error
is there something im not doing right with this code
will it even work with the cortex
and has anybody ever used this function before?