From 7aa736160f82503d02291747e89df34c136bcd71 Mon Sep 17 00:00:00 2001 From: Semaf Electronics Date: Sun, 24 Jun 2018 16:05:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e5d12e..a8f8436 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ __Set the Pin for the RST and i2c address!__ // 0x28 is i2c address of the NFC Reader. Check your address with i2cscanner if not match. MFRC522 mfrc522(0x28, RST_PIN); // Create MFRC522 instance. ``` + +Credit @ [arozcan](https://github.com/arozcan/MFRC522-I2C-Library)