From 34d8f2d3678cd329fe1b7709a08518541cdd7330 Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Thu, 7 May 2020 10:52:47 +0800 Subject: [PATCH] change pinmap position --- docs/en/base/lan_base.md | 2 +- docs/en/core/m5stickc_plus.md | 0 docs/en/hat/hat-adc.md | 14 +- docs/en/hat/hat-dac.md | 16 +- docs/en/hat/hat-env.md | 14 +- docs/en/hat/hat-joystick.md | 14 +- docs/en/hat/hat-ncir.md | 14 +- docs/en/hat/hat-neoflash.md | 14 +- docs/en/hat/hat-pir.md | 13 +- docs/en/hat/hat-powerc.md | 18 +- docs/en/hat/hat-rs485.md | 16 +- docs/en/hat/hat-spk.md | 14 +- docs/en/hat/hat-thermal.md | 14 +- docs/en/hat/hat-tof.md | 14 +- docs/en/hat/hat-yun.md | 14 +- docs/en/module/gsm.md | 15 +- docs/en/module/lte.md | 15 +- docs/en/module/nb-iot.md | 15 +- docs/en/module/nb-iot_plus.md | 14 +- docs/en/unit/cardkb.md | 14 +- docs/en/unit/hex.md | 47 ++--- docs/en/unit/ncir.md | 14 +- docs/en/unit/neopixel.md | 15 +- docs/en/unit/pir.md | 22 +-- docs/en/unit/relay.md | 22 +-- docs/en/unit/rfid.md | 22 +-- docs/en/unit/rgb.md | 14 +- docs/en/unit/rs485.md | 14 +- docs/en/unit/thermal.md | 22 +-- docs/en/unit/tof.md | 25 ++- docs/en/unit/trace.md | 30 +-- docs/en/unit/weight.md | 28 +-- docs/index.md | 2 +- docs/zh_CN/README.md | 2 +- docs/zh_CN/core/m5stickc_plus.md | 313 +++++++++++++++++++++++++++++++ docs/zh_CN/hat/hat-powerc.md | 16 +- 36 files changed, 594 insertions(+), 278 deletions(-) create mode 100644 docs/en/core/m5stickc_plus.md create mode 100644 docs/zh_CN/core/m5stickc_plus.md diff --git a/docs/en/base/lan_base.md b/docs/en/base/lan_base.md index 3ad03e4b..9cc067fc 100644 --- a/docs/en/base/lan_base.md +++ b/docs/en/base/lan_base.md @@ -6,7 +6,7 @@ ## Description -Although M5 core is ESP32-based, having Wi-Fi and Bluetooth intergrated, it doesn't stop you enable the Ethernet function. This **LAN** is a M5 Base that having a W5500 chip, which is a Hardwired TCP/IP embedded Ethernet controller that provides easier Internet connection to embedded systems. This Base is speciffically design for industrial application scenarioes, comes with couple of HT3.96 connectors, 485(?) metal rail and magnet discs for easy installation and fixation.The 6 pin of HT3.96 connector are dangling, you can wired them up with the M-BUS and other circuit as you like. +Although M5 core is ESP32-based, having Wi-Fi and Bluetooth intergrated, it doesn't stop you enable the Ethernet function. This **LAN** is a M5 Base that having a W5500 chip, which is a Hardwired TCP/IP embedded Ethernet controller that provides easier Internet connection to embedded systems. This Base is speciffically design for industrial application scenarioes, comes with couple of HT3.96 connectors, 485 metal rail and magnet discs for easy installation and fixation.The 6 pin of HT3.96 connector are dangling, you can wired them up with the M-BUS and other circuit as you like. **The figure below shows the inner of LAN** diff --git a/docs/en/core/m5stickc_plus.md b/docs/en/core/m5stickc_plus.md new file mode 100644 index 00000000..e69de29b diff --git a/docs/en/hat/hat-adc.md b/docs/en/hat/hat-adc.md index 7251919a..776738f4 100644 --- a/docs/en/hat/hat-adc.md +++ b/docs/en/hat/hat-adc.md @@ -39,6 +39,14 @@ ADS1100 itself is able to accept a differential input from -5 ~ +5 V, but we hav - **Datasheet** - [ADS1100](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/ads1100_en.pdf) +### Pin Map + + + + +
M5StickCGPIO0GPIO265VGND
HAT ADCSDASCL5VGND
+ + ## Schematic @@ -65,12 +73,6 @@ Open http://flow.m5stack.com and Load Demo -### Pin Map - - - - -
M5StickCGPIO0GPIO265VGND
HAT ADCSDASCL5VGND
\ No newline at end of file diff --git a/docs/zh_CN/hat/hat-powerc.md b/docs/zh_CN/hat/hat-powerc.md index e18c6b8f..4120e4fa 100644 --- a/docs/zh_CN/hat/hat-powerc.md +++ b/docs/zh_CN/hat/hat-powerc.md @@ -34,6 +34,14 @@ - **[IP5209 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/IP5209.pdf)** - **[IP3005 Datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/IP3005-INJOINIC.pdf)** +## 引脚映射 + + + + + +
M5StickCGPIO0GPIO265VGND
PowerCSDASCL5VGND
PortAYELLOWHITEREDBLACK
+ ## 案例程序 - **UIFlow** @@ -73,14 +81,6 @@ UIFlow代码点击这里[下载](https://github.com/m5stack/M5-ProductExampleCod -## 引脚映射 - - - - - -
M5StickCGPIO0GPIO265VGND
PowerCSDASCL5VGND
PortAYELLOWHITEREDBLACK
-