From 4183b058e678e8f08a41745c2d0e524525d466db Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Mon, 10 Jun 2019 21:12:07 +0800 Subject: [PATCH] delete m5go psram --- docs/en/app/Demo-Board.md | 10 +++++++--- docs/en/core/m5go.md | 2 +- docs/en/core/m5go_lite.md | 2 +- docs/en/core/m5stick.md | 1 - docs/en/related_documents.md | 8 ++++---- docs/zh_CN/app/Demo-Board.md | 7 +++++-- docs/zh_CN/core/m5go.md | 2 +- docs/zh_CN/core/m5go_lite.md | 2 +- docs/zh_CN/core/m5stick.md | 1 - docs/zh_CN/related_documents.md | 9 +++++---- 10 files changed, 25 insertions(+), 19 deletions(-) diff --git a/docs/en/app/Demo-Board.md b/docs/en/app/Demo-Board.md index 729edc59..b7b8e18a 100644 --- a/docs/en/app/Demo-Board.md +++ b/docs/en/app/Demo-Board.md @@ -4,8 +4,8 @@ *** -:memo:**[Description](#Description)**      :electric_plug:**[Schematic](#Schematic)**       - +:memo:**[Description](#Description)**   **[Schematic](#Schematic)**      :bulb:**[Quick Start](#Quic-Start)**   :octocat:**[Example](#Example)**   🛒**[Purchase](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.55a11debQawlvD&ft=t&id=595173726730)**       + ## Description @@ -41,6 +41,11 @@ +# Quick Start + +?>[Click here to view the Quick Start](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_cn.pdf) + + ## Specification @@ -114,4 +119,3 @@ - [**DC-Motor**](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/DC-Motor) - [**RFID**](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RFID) - diff --git a/docs/en/core/m5go.md b/docs/en/core/m5go.md index 04c4b670..1cb4dba0 100644 --- a/docs/en/core/m5go.md +++ b/docs/en/core/m5go.md @@ -21,7 +21,7 @@ This M5GO kit is specifically designed for STEM education. The pack includes 1 M - 5V DC power supply - USB Type-C - ESP32-based -- 16 MByte PSRAM +- 16 MByte flash - MPU9250 - Speaker, 3 Buttons, LCD(320*240), 1 Reset - 2.4G Antenna: Proant 440 diff --git a/docs/en/core/m5go_lite.md b/docs/en/core/m5go_lite.md index 0b88f891..2ca58d9a 100644 --- a/docs/en/core/m5go_lite.md +++ b/docs/en/core/m5go_lite.md @@ -22,7 +22,7 @@ All M5stack development board can be programmed through Arduino IDE, WebIDE UIFl - 5V DC power supply - USB Type-C - ESP32-based -- 16 MByte PSRAM +- 16 MByte flash - MPU9250 - Speaker, 3 Buttons, LCD(320*240), 1 Reset - 2.4G Antenna: Proant 440 diff --git a/docs/en/core/m5stick.md b/docs/en/core/m5stick.md index cdd4995e..e3b2a81a 100644 --- a/docs/en/core/m5stick.md +++ b/docs/en/core/m5stick.md @@ -36,7 +36,6 @@ M5stick is one of the core devices in M5Stack product series which is built in a - Red LED - Buzzer - IR transmitter -- Microphone - 1 Buttons, OLED(1.3 inch), 1 Reset - 2.4G Antenna: Proant 440 - 80 mAh Lipo Battery diff --git a/docs/en/related_documents.md b/docs/en/related_documents.md index 12fbf40e..14839b5a 100644 --- a/docs/en/related_documents.md +++ b/docs/en/related_documents.md @@ -2,10 +2,10 @@ -1. [Arduino IDE Development](en/related_documents/Arduino_IDE) +- [Arduino IDE Development](en/related_documents/Arduino_IDE) -2. [Upgrade Firmware](en/related_documents/M5Burner) +- [Upgrade Firmware](en/related_documents/M5Burner) -3. [Configuring a Wi-Fi connection](en/related_documents/how_to_connect_wifi_using_core) +- [Configuring a Wi-Fi connection](en/related_documents/how_to_connect_wifi_using_core) -4. [UIFlow Desktop IDE deployment](en/related_documents/UIFlow_Desktop_IDE) \ No newline at end of file +- [UIFlow Desktop IDE deployment](en/related_documents/UIFlow_Desktop_IDE) \ No newline at end of file diff --git a/docs/zh_CN/app/Demo-Board.md b/docs/zh_CN/app/Demo-Board.md index ef411efc..06c7d1f2 100644 --- a/docs/zh_CN/app/Demo-Board.md +++ b/docs/zh_CN/app/Demo-Board.md @@ -4,9 +4,8 @@ * * * -:memo:**[描述](#描述)**    +:memo:**[描述](#描述)**   **[原理图](#原理图)**      :bulb:**[上手指南](#上手指南)**   :octocat:**[例程](#案例)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.55a11debQawlvD&ft=t&id=595173726730)**       - ## 描述 @@ -50,6 +49,10 @@ +## 上手指南 + +?>[点击此处,查看上手指南](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/Demo-Board_cn.pdf) + ## 模块参数 diff --git a/docs/zh_CN/core/m5go.md b/docs/zh_CN/core/m5go.md index 3119895f..8477daf4 100644 --- a/docs/zh_CN/core/m5go.md +++ b/docs/zh_CN/core/m5go.md @@ -19,7 +19,7 @@ - 5V 直流电源 - USB Type-C - 基于ESP32开发 -- 16 MByte PSRAM +- 16 MByte flash - MPU9250 - 扬声器,按键x3,LCD屏幕(320 * 240),电源/复位按键x1 - 2.4G天线:Proant 440 diff --git a/docs/zh_CN/core/m5go_lite.md b/docs/zh_CN/core/m5go_lite.md index f40e5494..a98d89bf 100644 --- a/docs/zh_CN/core/m5go_lite.md +++ b/docs/zh_CN/core/m5go_lite.md @@ -19,7 +19,7 @@ - 5V 直流电源 - USB Type-C - 基于ESP32开发 -- 16 MByte PSRAM +- 16 MByte flash - MPU9250 - 扬声器,按键x3,LCD屏幕(320 * 240),电源/复位按键x1 - 2.4G天线:Proant 440 diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md index 28135bc3..b14ce876 100644 --- a/docs/zh_CN/core/m5stick.md +++ b/docs/zh_CN/core/m5stick.md @@ -38,7 +38,6 @@ M5stick 是 M5Stack 产品系列中的核心设备之一,该产品系列建立 - Red LED - 蜂鸣器 - 红外发射管 -- 麦克风 - 按键x1, OLED(1.3寸), 电源/复位按键x1 - 2.4G天线:Proant 440 - 80 mAh 锂电池 diff --git a/docs/zh_CN/related_documents.md b/docs/zh_CN/related_documents.md index 134ce2dc..a8781831 100644 --- a/docs/zh_CN/related_documents.md +++ b/docs/zh_CN/related_documents.md @@ -1,10 +1,11 @@ # 相关文档 {docsify-ignore-all} -1. [Arduino IDE 环境搭建](zh_CN/related_documents/Arduino_IDE) +- [Arduino IDE 环境搭建](zh_CN/related_documents/Arduino_IDE) + -2. [安装USB驱动及烧录固件](zh_CN/related_documents/M5Burner) +- [安装USB驱动及烧录固件](zh_CN/related_documents/M5Burner) -3. [配置Wi-Fi连接](zh_CN/related_documents/Setting_WIFI) +- [配置Wi-Fi连接](zh_CN/related_documents/Setting_WIFI) -4. [UIFlow Desktop IDE 部署](zh_CN/related_documents/UIFlow_Desktop_IDE) +- [UIFlow Desktop IDE 部署](zh_CN/related_documents/UIFlow_Desktop_IDE)