Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 329 Bytes

File metadata and controls

15 lines (13 loc) · 329 Bytes

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 :
  • MFRC522: Arduino Uno
  • MOSI : Pin 11 / ICSP-4
  • MISO : Pin 12 / ICSP-1
  • SCK : Pin 13 / ISCP-3
  • SDA(SS): Pin 10 (Configurable)
  • RST : Pin 9 (Configurable)