README updated
This commit is contained in:
parent
1f3d521b0a
commit
a2bf15f639
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,4 +1,19 @@
|
||||||
MFRC522-python
|
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/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue