John Stäck 6887ab23c6 Fix chipSelectPin initial state.
Set chipSelectPin to HIGH on initiation, to not select the slave until needed. This avoids issues when using multiple devices on the same SPI bus.
2014-01-29 14:50:30 +01:00
2013-10-20 19:31:19 +02:00
2013-11-30 15:47:23 +00:00
2014-01-29 14:50:30 +01:00
2013-10-20 19:04:41 +02:00
2013-11-12 03:28:05 +01:00
2013-01-27 19:28:06 +01:00

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 9 (Configurable)

  • Pin layout should be as follows (on Arduino Mega):

  • MOSI: Pin 51 / ICSP-4

  • MISO: Pin 50 / ICSP-1

  • SCK : Pin 52 / ISCP-3

  • SS : Pin 53 (Configurable)

  • RST : Pin 5 (Configurable)

Description
No description provided
Readme 2.2 MiB
Languages
C++ 100%