mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

Update to match the current SPI-Py API #85

Open pelwell opened 4 years ago

pelwell commented 4 years ago

The SPI-Py API has changed, and clients need updating to match. The patch to do so is preceded by a whitespace-only commit fixing the line endings.

pdesterlich commented 4 years ago

@wahajmurtaza how do you manage to make it work with multiple devices? i'm trying to connect 2 mfrc522 to a single raspberry (using a SDA to CE0 for the first and SDA to CE1 for the second) but i can't make the second reader work. Do you have any sample / cabling suggestion?