From 47d835e2713cad10cda43ad7ce154cf3a8cde0f7 Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Tue, 7 Jan 2020 15:43:12 +0800 Subject: [PATCH] add rfid example --- docs/en/module/faces_rfid.md | 8 ++++++-- docs/zh_CN/module/faces_rfid.md | 7 ++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/en/module/faces_rfid.md b/docs/en/module/faces_rfid.md index 2df49048..0d003cce 100644 --- a/docs/en/module/faces_rfid.md +++ b/docs/en/module/faces_rfid.md @@ -68,9 +68,13 @@ Communication Protocol: I2C. - Datasheet **[MFRC522](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/MFRC522_en.pdf)** +### Arduino IDE -## Code -
+*If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID)* + +### UIFlow + +*下载UIFlow示例,[请点击此处. ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID/UIFlow)* ## Application - Reader­-Tag diff --git a/docs/zh_CN/module/faces_rfid.md b/docs/zh_CN/module/faces_rfid.md index 1a386dcc..284b3128 100644 --- a/docs/zh_CN/module/faces_rfid.md +++ b/docs/zh_CN/module/faces_rfid.md @@ -58,7 +58,13 @@ !>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +### Arduino IDE +*获取完整代码,[请点击此处. ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID)* + +### UIFlow + +*下载UIFlow示例,[请点击此处. ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID/UIFlow)* ## 原理图 @@ -78,7 +84,6 @@ - Datasheet **[MFRC522](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/MFRC522_en.pdf)** - ## 相关视频