You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have RFID reader / writer hardware. It works over SPI so implementation should be platform independent. Arduino already has some libraries who are doing that. This one seems to be most popular: https://github.com/miguelbalboa/rfid But it would fulfill my requirments. My one should work with stm32 as well and be a part of my code infrastructure. So do not fall into sin of copy-paste and create new genuine library. But you can borrow some ideas out there.
The text was updated successfully, but these errors were encountered:
I have RFID reader / writer hardware. It works over SPI so implementation should be platform independent. Arduino already has some libraries who are doing that. This one seems to be most popular: https://github.com/miguelbalboa/rfid But it would fulfill my requirments. My one should work with stm32 as well and be a part of my code infrastructure. So do not fall into sin of copy-paste and create new genuine library. But you can borrow some ideas out there.
The text was updated successfully, but these errors were encountered: