From baec37deb5a3e28ca77712f9601cdc952a975a6a Mon Sep 17 00:00:00 2001
From: LiHuashen <854410664@qq.com>
Date: Thu, 21 Mar 2019 18:38:17 +0800
Subject: [PATCH] ...
---
docs/en/core/face_kit.md | 10 +++++
.../m5stick_quick_start_with_uiflow.md | 6 ++-
docs/en/unit/makey.md | 41 ++++++++++++-------
docs/en/unit/pir.md | 27 +++++++++---
docs/index.html | 2 +-
docs/zh_CN/core/face_kit.md | 6 ++-
docs/zh_CN/unit/makey.md | 38 +++++++++++------
docs/zh_CN/unit/pir.md | 34 +++++++++++----
8 files changed, 119 insertions(+), 45 deletions(-)
diff --git a/docs/en/core/face_kit.md b/docs/en/core/face_kit.md
index 2398b693..8f530252 100644
--- a/docs/en/core/face_kit.md
+++ b/docs/en/core/face_kit.md
@@ -1,5 +1,7 @@
# FACES Kit {docsify-ignore-all}
+**[GameBoy Keyboard](#gameBoy-keyboard)** **[Calculator Keyboard](#calculator-keyboard)** **[QWERTY Keyboard](#qeerty-keyboard)** **[FACES Charger](#faces-charger)** **[Related Link](#Related-Link)**
+
**FACES Kit** is a kit composed of M5Core GRAY, functional keyboards, FACES Base, FACES Charger and some accessories(including DuPont lines, lanyard, M3 fixing screws and so on).
Currently, the functional keyboards are composed of GameBoy, Calculator and QWERTY (*For each functional keyboard, it's integrated **MEGA328** chip, so that when you press a button, a corresponding value(**hexadecimal format**) will be sent from keyboard to M5Core. They(keyboard and m5core) are communicating using I2C. And the I2C address of each keyboard is 0x08.*). We'll add other keyboards to FACES Kit.
@@ -59,6 +61,14 @@ Burn the following example(example function: M5Core and serial terminal will pri
+### Related Link
+
+- **[Example](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACES)**
+
+- **[MEGA328P Firmware](https://github.com/m5stack/FACES-Firmware)**
+
+- **[Purchase](https://www.aliexpress.com/item/M5Stack-NEW-Offer-ESP32-Open-Source-Faces-Pocket-Computer-with-Keyboard-Gameboy-Calculator-for-Micropython-Arduino/32843973578.html?gps-id=pcStoreJustForYou&scm=1007.23125.122752.0&scm_id=1007.23125.122752.0&scm-url=1007.23125.122752.0&pvid=76f21b54-ba10-40cd-86f9-4bf4f522a9a9&spm=a2g1y.12024536.smartJustForYou_39076158.14)**
+
### NOTE
*The [Gray version](zh_CN/core/gray) core is configured in the FACES Kit, and our Core has several versions. Similarly, other versions of Core can be stacked on the base of the FACES. The following picture is a comparison of their main differences, which is convenient for you to use.*
diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
index 59d7b814..983bbc47 100644
--- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
+++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
@@ -16,6 +16,8 @@
5. **[Related Video](#Related-Video)**
+6. **[UIFlow Tutorial](https://m5stack.github.io/UIFlow_doc/cn/index.html)**
+
## Update firmware
>Update the stick to the latest firmware version for a better experience.
@@ -74,13 +76,13 @@ Click the `Settings` button at the top right of the [WebIDE](http://flow.m5stack
## Related Video
-**UIFlow 的简单介绍**
+**UIFlow introduce**
-**UIFlow 的快速指南 (Mac & Linux)**
+**UIFlow quick start (Mac & Linux)**