Skip to content

Commit

Permalink
2020-08-18 Add RFID_RC522 for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongv committed Aug 18, 2020
1 parent 485cd0e commit f738e8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions 20_RFID_rc522/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# RFID-RC522 ESP32示范

此工程展示了 ESP32 驱动 RFID-RC522 的驱动示范。

IDF工程:`origin/release/v4.2`

commit:`cd4fa46f5372a552a67452313d246d4d09d2b39f`

* ESP32 -- RC522连接

RC522|MISO|MOSI|SCK|SDA
---|---| ---|---| ---
ESP32 |GPIO25|GPIO23|GPIO19|GPIO22

0 comments on commit f738e8a

Please sign in to comment.