Create README.md

This commit is contained in:
Henri de Jong
2013-01-07 14:14:18 -08:00
parent 5ada448fc9
commit d02a05cd22

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
rfid
====
Arduino RFID Library for MFRC522
Read a card using a mfrc522 reader on your SPI interface on your Arduino
* Pin layout should be as follows (on Arduino Uno):
* MOSI: Pin 11 / ICSP-4
* MISO: Pin 12 / ICSP-1
* SCK: Pin 13 / ISCP-3
* SS: Pin 10 (Configurable)
* RST: Pin 5 (Configurable)