how do I set a specific led?
the methods available are:
extern void MIOS_DOUT_PinSet(unsigned char pin_value);
extern void MIOS_DOUT_PinSet0(void);
extern void MIOS_DOUT_PinSet1(void);
none of them have a the pin number as a parameter.
what am i missing?
thanks
nW