sdcc and dout

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

Thats a declaration error in the wrapper, I will fix this

Best Regards, Thorsten.

Great. thanks TK.

Let me know when I can give it another try.

nW

added: I  did some of the fix localy on my copy of the code.