From 713995da143365649aa12cffafe278e830a797ed Mon Sep 17 00:00:00 2001
From: Kiko62 <1905134716@qq.com>
Date: Thu, 18 Feb 2021 09:50:53 +0800
Subject: [PATCH] Unify the HAT case program format
---
docs/zh_CN/hat/hat-8servos.md | 7 ++++---
docs/zh_CN/hat/hat-adc.md | 8 ++++----
docs/zh_CN/hat/hat-beetlec.md | 8 ++++----
docs/zh_CN/hat/hat-bugc.md | 8 ++++----
docs/zh_CN/hat/hat-dac.md | 8 ++++----
docs/zh_CN/hat/hat-env.md | 10 ++++------
docs/zh_CN/hat/hat-finger.md | 8 ++++----
docs/zh_CN/hat/hat-joyc.md | 7 +++----
docs/zh_CN/hat/hat-joystick.md | 8 ++++----
docs/zh_CN/hat/hat-pir.md | 8 ++++----
docs/zh_CN/hat/hat-powerc.md | 8 ++++----
docs/zh_CN/hat/hat-servo.md | 8 ++++----
docs/zh_CN/hat/hat-spk.md | 8 ++++----
docs/zh_CN/hat/hat-tof.md | 7 ++++---
14 files changed, 55 insertions(+), 56 deletions(-)
diff --git a/docs/zh_CN/hat/hat-8servos.md b/docs/zh_CN/hat/hat-8servos.md
index 71a2e20c..b6634e48 100644
--- a/docs/zh_CN/hat/hat-8servos.md
+++ b/docs/zh_CN/hat/hat-8servos.md
@@ -90,13 +90,14 @@
## 案例程序
+### 1. Arduino
+
+[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/8serves-hat/Arduino),获取完整程序.
+
### 2. UIFlow
-### 1. Arduino
-
-[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/8serves-hat/Arduino),获取完整程序.
## 舵机控制说明
diff --git a/docs/zh_CN/hat/hat-adc.md b/docs/zh_CN/hat/hat-adc.md
index 57bd6f66..ab1f19f6 100644
--- a/docs/zh_CN/hat/hat-adc.md
+++ b/docs/zh_CN/hat/hat-adc.md
@@ -77,16 +77,16 @@
## 案例程序
+### 1. Arduino
+
+以下代码仅为片段,如需获取完整代码,[请点击此处.](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ADC)
+
### 2. UIFlow
打开 http://flow.m5stack.com 点击Demo载入UIFlow例程
-### 1. Arduino
-
-以下代码仅为片段,如需获取完整代码,[请点击此处.](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ADC)
-
### 管脚映射