I have a few LED lights in digital ports. What would the robotC code for manually changing whether power is sent to the port or not be?
Set them as digital output and then do
sensorvalue[LED] = 1
Is that to turn them on or off? They seem to default to on.