diff --git a/README.md b/README.md index 699a45d..37785f7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ MFRC522-python ============== -A small class to interface with the NFC reader Module MFRC522 on the Raspberry Pi. +A small class to interface with the NFC reader Module MFRC522 on the Orange Pi Zero H2+. This is a Python port of the example code for the NFC module MF522-AN. ##Requirements This code requires you to have SPI-Py installed from the following repository: -https://github.com/lthiery/SPI-Py +https://github.com/aissarmurad/SPI-Py ##Examples This repository includes a couple of examples showing how to read, write, and dump data from a chip. They are thoroughly commented, and should be easy to understand.