Update rfid.md

This commit is contained in:
Tinyu
2022-01-09 15:34:40 +08:00
committed by GitHub
parent f27e2ceb06
commit 878b5b24e1
+3 -2
View File
@@ -64,7 +64,8 @@ RFID.inoを実行すると、 ICやスマートフォンのNFCをユニットの
MFRC522 mfrc522(0x28); // MFRC522 インスタンス宣言
// 初期化
M5.begin(); Serial.begin(115200); Wire.begin();
M5.begin();
Wire.begin();
/* MFRC522を初期化 */
mfrc522.PCD_Init();
/* Show details of PCD - MFRC522 Card Reader details */
@@ -108,4 +109,4 @@ void ShowReaderDetails() {
<table>
<tr><td>M5Core(GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>RFID Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>
</table>