Other Parts Discussed in Thread: HALCOGEN
Hello, I want to use LIN pins as GIO but I ma not sure about the register I have to use as GI.
I think I shoud use thi function:
RD6= gioGetBit(linPORT, PIN_LIN_TX);
RD5= gioGetBit(linPORT, PIN_LIN_RX);
Is that correct? Am I taking the velue of the TX and RX LIN pins?
