From a2bf15f6399061e521d48a41680ce20dce0051d8 Mon Sep 17 00:00:00 2001 From: Mario Gomez Date: Mon, 1 Jul 2013 07:45:10 +0000 Subject: [PATCH] README updated --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd0418..2ad5546 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ MFRC522-python ============== -A small class to interface with the NFC reader Module MFRC522 +A small class to interface with the NFC reader Module MFRC522. + +This is a Python port of the example code for the NFC module MF522-AN, this code is currently incomplete and only support basic identification and card ID reading. + +Pre-Requisites +============== + +You will need to install SPI-Py from lthiery from the following address: + +https://github.com/lthiery/SPI-Py + +More Info +============== + +For more information visit: http://fuenteabierta.teubi.co/ +