miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.75k stars 1.43k forks source link

Fork with injectable driver (spi, i2c) #522

Open Rotzbua opened 4 years ago

Rotzbua commented 4 years ago

Hi,

finally I completed and finished an old version of the library with injectable driver to communicate with mfrc522 board. This is only important for ppl who are using many readers, must use a different spi or have rare boards with custom implementations.

It is an independent fork and not published here to avoid confusion and incompatibilities to existing codes and projects.

Could not test the i2c implementation because my i2c board was broken.

Link to library:

https://github.com/OSSLibraries/Arduino_MFRC522v2

Best and stay healthy.