I'm totally new to programming in c# with visual studio and I would need your help to resolve a problem I'm having. I created a UWP (Universal Windows Platform) Application that I can remotly run on my Raspberry PI 3.
For this project I need communication with a RFID reader that is plugged in to my raspberry PI true SPI. I found some code that indicates how to do this but I'm unable to add this library in to my project, below the link can be found of what I'm trying to do. I would like to import the Library Mfrc522Lib.cs in to my project and use it in my main form. Can anyone indicate me how I need to do this?
Link : https://stackoverflow.com/questions/34284498/rfid-rc522-raspberry-pi-2-windows-iot#=
Thanks a lot!