This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

mikroc - Both TX and RX on the same project

I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another as Rx.

However, since I need to include tx and rx mcl into each tx and rx projects respectivelly, I got a redefinition problem when I try to compile a given project that implement both rx and tx funcions into the same device. What could I do to combine functions from both mcl binary libraries? By the way, is there any API where I could find out the list of available functions from these libs?

Thanks.

Related