Update README.md

This commit is contained in:
Semaf Electronics
2018-06-24 16:05:48 +02:00
committed by GitHub
parent 3a07f16eec
commit 7aa736160f

View File

@ -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)