MFRC522 Library Documentation

Hello I cant seem to find any documentation MFRC522 library to connect the module, now I have connected the module to the arduino, dumpdata etc by watching tutorial, but couldn't find the documentation to know what other method it has to use them according to my need.

Have to watch tutorial everytime i want to do something to the tag like readdata, writedata

The library should come with examples. That would be the first guidance as to what can be done.

Alternatively, you can have a look at the .h file that you are including to find all available functions.

example are i guess one way, but example open another window of ide which is annoying (guess i may be able to change that in setting)

looking at .h file and example, looking for exact function,understanding it and how to implement is a nuisance.I guess as someone coming from software side I have gotten used to libraries having docs to quickly find what I need without having to look at all the unnecessary code (implementation) which I dont need, they just gave a more abstract view.

thanks though

did you read the GitHub ?

what type of documentation do you expect?

Thanks found the pdf file with a quite a lot documentation.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.