Topic: public API to pn53x_set_tx_bits and pn53x_transceive
Hi,
What is the recommended public API to pn53x_set_tx_bits and pn53x_transceive?
I have two types of card which require different communication protocol via the PN531, one type requires InExchangeData { 0xD4, 0x40, 0x0x }, the other requires InCommunicateThru { 0xD4, 0x42, 0x02 }. I am making the decision of which to use based on the ATR.
Now with the removal of globals I can move my code out of libnfc.c but it requires the functions listed. What is the external API to these function?
Thanks,
snapdev