From 0f2734de3b1072473cd543ca07087f417dc47101 Mon Sep 17 00:00:00 2001 From: Sean <1026025056@qq.com> Date: Sun, 11 Oct 2020 14:20:00 +0800 Subject: [PATCH 1/3] update faq en --- docs/en/faq.md | 665 ++++++++++++++++++++++++++++++++++++++++------ docs/zh_CN/faq.md | 8 +- 2 files changed, 578 insertions(+), 95 deletions(-) diff --git a/docs/en/faq.md b/docs/en/faq.md index b53b061f..ca1677b1 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -1,31 +1,117 @@
-
- dacWrite(M5STACKFIRE_SPEAKER_PIN, 0);
-
-
+ ESP-IDF belongs to the low-level development of Espressif’s proprietary SDK. It requires users to be proficient in C/C++ programming, understand ESP32 internal interface definitions and APIs, and be familiar with GCC, CMAKE and other compilation environments. It is mainly for product-level and consumer-level development. The entry barrier is high, mainly suitable for professional users in a single field.
+
+Arduino programming is to encapsulate the interface on the basis of ESP-IDF, users do not need to care too much about the underlying implementation logic, mainly for amateur DIY enthusiasts, programming beginners, users only need to understand basic C/C++ knowledge to get started. There are more open source materials, and the code is universal, suitable for beginners.
+
+MicroPython is a simplified version of the Python language, mainly used in single-chip microcomputers. The code is interpreted and executed in real time. Compared with the code writing of C/C++, MicroPython is easier to understand, suitable for scenarios that do not have strict requirements on running speed, and suitable for users who are familiar with the Python language. .
+
+UIFlow is a visual programming platform launched by M5Stack. It integrates programming modules related to M5Stack products, supports offline and online programming, and supports MicroPython programming language. The threshold for visual operation users is further reduced. Users only need to build program logic and simple settings Parameters can complete the programming operation.
+
M5.update();
@@ -92,47 +339,286 @@
+
+ dacWrite(M5STACKFIRE_SPEAKER_PIN, 0);
+
+
+
@@ -178,64 +664,63 @@
@@ -281,19 +776,13 @@
| M5StickC | GPIO0 | GPIO26 | 3V3V | GND |
| 8Servos | SDA | SCL | Vin | GND |
| M5StickC | GPIO0 | GPIO26 | 3V3V | GND |
| 8Servos | SDA | SCL | Vin | GND |