iwanders / MFRC630

A library for NXP's MFRC630 NFC IC.
MIT License
59 stars 22 forks source link

Missing Function in Example #24

Closed ic-twist closed 7 months ago

ic-twist commented 7 months ago

Thanks for sharing this project. I noticed that in the Arduino example code, there're references to function calls such as mfrc630_iso14443a_REQA that is not defined anywhere in the project. Could you please help me understand where those are defined? I'm surprised that people can compile the example code... Am I missing something?

iwanders commented 7 months ago

Hey, I expect something is wrong with the includes / library usage.

The declaration is here, the definition is here.

I expect it needs a bit of fiddling to get your toolchain to pick the files up?

ic-twist commented 7 months ago

I see - thanks for the pointer. I did a search in the repo but the function definition didn't show up and that got me confused. Thanks again.

iwanders commented 7 months ago

All good, I hope you get it working :+1: