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
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.