diff --git a/docs/en/core/m5stickc.md b/docs/en/core/m5stickc.md
index 3741639b..cac37277 100644
--- a/docs/en/core/m5stickc.md
+++ b/docs/en/core/m5stickc.md
@@ -12,12 +12,11 @@
## Description
-**M5StickC** is a ESP32 development board with 0.96 inch **TFT color screen** (80 * 160 resolution), **Red LED**, button, **Microphone**, IR transmitter, 6-axis IMU (SH200Q) and 80 mAH battery. The ESP32 module in M5StickC also has a built-in 4MB flash. If the M5StickC is equipped with watch-base and watch-belt, you can wear it on your wrist.
+**M5StickC** is a ESP32 development board with 0.96 inch **TFT color screen** (80 * 160 resolution), **Red LED**, button, **Microphone**, IR transmitter, 6-axis IMU (SH200Q) and 80 mAH battery. The ESP32 module **ESP32-Pico** in M5StickC also has a built-in 4MB flash. If the M5StickC is equipped with watch-base and watch-belt, you can wear it on your wrist.
**Switching machine operation:** Press for two seconds to turn it on, and press and hold for six seconds to turn it off.
**Note:** Only orange case of M5StickC for sale.
-
## Feature
@@ -62,11 +61,12 @@
Microphone
SCL
SDA
-**6-axis IMU (SH200Q)**
+**6-axis IMU (SH200Q) & Power Mangement IC (AXP192)**
ESP32 chip
GPIO22
GPIO21
6-axis IMU (SH200Q)
SCL
SDA
+
Power Mangement IC (AXP192)
SCL
SDA
**M5StickC top extended IO port**
@@ -99,9 +99,9 @@
- **Datasheet**
- - [ESP32-PICO](https://github.com/m5stack/M5-Schematic/blob/master/Core/esp32-pico-d4_datasheet_cn.pdf) - [ST7735S](https://github.com/m5stack/M5-Schematic/blob/master/Core/ST7735S_v1.1.pdf)
+ - [ESP32-PICO](https://github.com/m5stack/M5-Schematic/blob/master/Core/esp32-pico-d4_datasheet_en.pdf) - [ST7735S](https://github.com/m5stack/M5-Schematic/blob/master/Core/ST7735S_v1.1.pdf)
- - [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf) - [AXP192](https://github.com/m5stack/M5-Schematic/blob/master/Core/AXP192%20Datasheet%20v1.13_cn..pdf)
+ - [SH200Q](https://github.com/m5stack/M5-Schematic/blob/master/Core/SH200Q.pdf) - [AXP192](https://github.com/m5stack/M5-Schematic/blob/master/Core/AXP192%20Datasheet%20v1.13_cn.pdf)
## Example
@@ -123,4 +123,8 @@
- **M5StickC Case - counter**
-
+
+
+
\ No newline at end of file
diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
index 62e6b9ce..dd81a368 100644
--- a/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
+++ b/docs/en/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
@@ -148,4 +148,6 @@ Although most versions of MacOS have no problem with detecting the COM port, on
## Video Tutorial
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md
index 01cc0dc3..6f4bd901 100644
--- a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md
+++ b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md
@@ -177,11 +177,15 @@ At this time, the word 'Hello M5Stack` will be printed on the M5Core screen.
**UIFlow Overview**
-
+
**UIFlow Tutorial**
-
+
-
***