Oh really? I hadn't noticed that EasyC didn't run the LEDs - thanks.
Know any way to get it to? It would seem they would have to be mapped to pointers to the switches, PWMs, and relays, something like:
Code:
OI_LED_08 = &switch_01
But I can't seem to figure out how to use pointers in EasyC, even though the camera capture function uses them.