From 47a561a5b9a026d7f90ae0af29ebc381b0480834 Mon Sep 17 00:00:00 2001 From: Aissar Murad Neto Date: Fri, 27 Oct 2017 05:03:50 -0300 Subject: [PATCH] Change README to Orange Pi Zero Change README to Orange Pi Zero --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.