MFRC522-python/README.md

26 lines
564 B
Markdown
Raw Normal View History

2013-07-01 06:14:21 +00:00
MFRC522-python
==============
2013-07-01 07:45:10 +00:00
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.
2013-07-01 07:46:44 +00:00
PreRequisites
2013-07-01 07:45:10 +00:00
==============
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/
2013-07-01 07:46:44 +00:00
Useage
==============
Just run the following command:
sudo python MFRC522.py