diff --git a/docs/zh_CN/unit/neopixel.md b/docs/zh_CN/unit/neopixel.md index 4d73d6b8..5acd84d9 100644 --- a/docs/zh_CN/unit/neopixel.md +++ b/docs/zh_CN/unit/neopixel.md @@ -14,7 +14,7 @@ -### 产品特性 +## 产品特性 - 可选长度: 10cm/20cm/0.5m/1m/2m - 开发平台: Arduino, UIFlow(Blockly, Python) @@ -40,7 +40,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/Arduino)。* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/Arduino)。* ```arduino /* @@ -101,7 +101,7 @@ void FastLEDshowTask(void *pvParameters){ ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/UIFlow).* diff --git a/docs/zh_CN/unit/pir.md b/docs/zh_CN/unit/pir.md index 54f08ad9..5d96e076 100644 --- a/docs/zh_CN/unit/pir.md +++ b/docs/zh_CN/unit/pir.md @@ -14,7 +14,7 @@ *注意: 检测触发后存在2秒延时.* -### 产品特性 +## 产品特性 - 检测距离: 150cm - 延时时间: 2s @@ -45,7 +45,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/Arduino).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/Arduino).* ```arduino #include @@ -61,7 +61,7 @@ M5.update(); ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/UIFlow).* diff --git a/docs/zh_CN/unit/proto.md b/docs/zh_CN/unit/proto.md index 7097d0a6..48dea934 100644 --- a/docs/zh_CN/unit/proto.md +++ b/docs/zh_CN/unit/proto.md @@ -10,7 +10,7 @@ **PROTO** 是一款万能板 Unit.你可以自由的在板上进行电路设计.并通过GROVE端口与M5Core进行连接.如果你打算为你的设计添加简单的电路并为其添加可靠的保护外壳.PROTO Unit 是一个不错的选择. -### 产品特性 +## 产品特性 - 孔尺寸: 0.039" 1mm (CNC Drilled) - 孔间距: 0.1 in - (2.54 mm) diff --git a/docs/zh_CN/unit/relay.md b/docs/zh_CN/unit/relay.md index 74f9f8d7..7257b146 100644 --- a/docs/zh_CN/unit/relay.md +++ b/docs/zh_CN/unit/relay.md @@ -10,7 +10,7 @@ **RELAY**, 是一款继电器 Unit.能够控制DC/3A-30V或AC/3A-220V级别线路的通断.它实际上是用小电流去控制大电流运作的一种自动开关.故在电路中起着自动调节、安全保护、转换电路等作用.Unit提供3个引脚: ON、OFF、COM.通过编程GPIO输出高、低电平控制,公共端COM与ON、OFF其中之一连接. -### 产品特性 +## 产品特性 - 单总线控制 - 最高支持DC/3A-30V或AC/3A-220V @@ -38,7 +38,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/Arduino).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/Arduino).* ```arduino #include @@ -63,7 +63,7 @@ void loop(void) { ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/UIFlow).* diff --git a/docs/zh_CN/unit/rfid.md b/docs/zh_CN/unit/rfid.md index 0d1b208d..cb7b999d 100644 --- a/docs/zh_CN/unit/rfid.md +++ b/docs/zh_CN/unit/rfid.md @@ -12,7 +12,7 @@ 该 Unit 通过GROVE A IIC(0x28)与M5Core连接. -### 产品特性 +## 产品特性 - 工作频率: 13.56 MHz - I2C 数据速率: 快速模式: 最高400 Kbit/s; 高速模式: 最高3400 Kbit/s @@ -48,7 +48,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/Arduino).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/Arduino).* 烧录例程 RFID.ino 后,当设备运行. 使用IC卡或手机NFC放置在 RFID Unit 上.M5Core屏幕上将打印出其ID信息. @@ -93,7 +93,7 @@ void ShowReaderDetails() { ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/UIFlow).* 使用[UIFlow](flow.m5stack.com)下载该案例程序到M5Core中后将感应卡放置在 RFID Unit 上.M5Core屏幕将显示打印其对应的ID信息. diff --git a/docs/zh_CN/unit/rgb.md b/docs/zh_CN/unit/rgb.md index a109b121..b338b189 100644 --- a/docs/zh_CN/unit/rgb.md +++ b/docs/zh_CN/unit/rgb.md @@ -10,7 +10,7 @@ **RGB** 是一款 LED 灯 Unit.集成了3颗可编程的LED灯,通过程序能够自定义其发出的颜色与亮度.支持串接多个RGB Unit 进行拓展,你可以将其运用在STEM课堂制作一些有趣的应用,如交通信号灯.或是将其运用在其他的应用项目中充当状态指示灯使用. -### 产品特性 +## 产品特性 - 开发平台: Arduino, UIFlow(Blockly, Python) - 2x LEGO 兼容孔 @@ -30,7 +30,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/Arduino).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/Arduino).* ```arduino /* @@ -58,7 +58,7 @@ pixels.show(); // This sends the updated pixel color to the hardware. ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/UIFlow).* diff --git a/docs/zh_CN/unit/rs485.md b/docs/zh_CN/unit/rs485.md index 183f5161..f1792012 100644 --- a/docs/zh_CN/unit/rs485.md +++ b/docs/zh_CN/unit/rs485.md @@ -10,7 +10,7 @@ **RS485** 是一款TTL-RS485转换器.用于将TTL电平转换为RS485电平,RS485是一种通信协议标准,用于定义用于串行通信系统的驱动器和接收器的电气特性,支持多点系统,广泛应用于工业领域.当项目设备需要通过RS485进行通信控制时,使用 RS485 Unit 进行接口类型转接会是一个不错的选择. -### 产品特性 +## 产品特性 - 内置 MAX485/SP485EEN - 直流电压输入范围 12~24 V diff --git a/docs/zh_CN/unit/thermal.md b/docs/zh_CN/unit/thermal.md index adb46571..319d91e6 100644 --- a/docs/zh_CN/unit/thermal.md +++ b/docs/zh_CN/unit/thermal.md @@ -16,7 +16,7 @@ -### 产品特性 +## 产品特性 - 工作电压: 3V ~ 3.6V - 工作电流: 23mA @@ -50,7 +50,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/THERMAL/Arduino)。* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/THERMAL/Arduino)。* ```arduino /* diff --git a/docs/zh_CN/unit/tof.md b/docs/zh_CN/unit/tof.md index 28f35da2..6e340a80 100644 --- a/docs/zh_CN/unit/tof.md +++ b/docs/zh_CN/unit/tof.md @@ -12,7 +12,7 @@ 该 Unit 与 M5Core 通过 Grove A 接口通信,I2C 地址为**0x29**. -### 产品特性 +## 产品特性 - 高精度 - 最大测量距离 2m @@ -44,7 +44,7 @@ ### 1. Arduino IDE -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/Arduino).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/Arduino).* ```arduino #include @@ -72,7 +72,7 @@ dist = makeuint16(gbuf[11], gbuf[10]);//split distance data to variable "dist" ### 2. UIFlow -*以下代码仅为片段,如需获取完整代码, [请点击此处.](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/UIFlow).* +*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/UIFlow).*