From b1ef8ca334a771c80ca5c65c78d94aa71660148f Mon Sep 17 00:00:00 2001 From: Semaf Electronics Date: Sun, 24 Jun 2018 15:54:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 340374e..8e5d12e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # MFRC522 i2c ### Code is compatible to Arduino and ESP8266 (NodeMCU) -1. [Download and install following library from arozcan](https://github.com/semaf/MFRC522-I2C-Library) - -2. __Set the Pin for the RST and i2c address!__ +__Set the Pin for the RST and i2c address!__ ```c++ #define RST_PIN 6 // Arduino UNO // #define RST_PIN 14 // D5 on NodeMCU