mirror of
https://github.com/semaf/MFRC522_I2C_Library.git
synced 2025-07-30 13:27:14 +02:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
1e73ff4fd1
commit
b1ef8ca334
@ -1,9 +1,7 @@
|
|||||||
# MFRC522 i2c
|
# MFRC522 i2c
|
||||||
### Code is compatible to Arduino and ESP8266 (NodeMCU)
|
### Code is compatible to Arduino and ESP8266 (NodeMCU)
|
||||||
|
|
||||||
1. [Download and install following library from arozcan](https://github.com/semaf/MFRC522-I2C-Library)
|
__Set the Pin for the RST and i2c address!__
|
||||||
|
|
||||||
2. __Set the Pin for the RST and i2c address!__
|
|
||||||
```c++
|
```c++
|
||||||
#define RST_PIN 6 // Arduino UNO
|
#define RST_PIN 6 // Arduino UNO
|
||||||
// #define RST_PIN 14 // D5 on NodeMCU
|
// #define RST_PIN 14 // D5 on NodeMCU
|
||||||
|
Reference in New Issue
Block a user