From 53b6e32a543c5186615c9a5ef5e8779ca022bbaf Mon Sep 17 00:00:00 2001
From: Kiko62 <1905134716@qq.com>
Date: Fri, 5 Feb 2021 14:14:19 +0800
Subject: [PATCH] Unify Arduino and UIFlow links in unit
---
docs/en/unit/accel.md | 4 ++--
docs/en/unit/adc.md | 4 ++--
docs/en/unit/ameter.md | 2 +-
docs/en/unit/angle.md | 2 +-
docs/en/unit/bps.md | 2 +-
docs/en/unit/button.md | 2 +-
docs/en/unit/color.md | 2 +-
docs/en/unit/dac.md | 2 +-
docs/en/unit/env.md | 2 +-
docs/en/unit/envII.md | 2 +-
docs/en/unit/finger.md | 2 +-
docs/en/unit/gps.md | 2 +-
docs/en/unit/heart.md | 2 +-
docs/en/unit/imu.md | 2 +-
docs/en/unit/iso485.md | 2 +-
docs/en/unit/joystick.md | 4 ++--
docs/en/unit/laser-rx.md | 2 +-
docs/en/unit/laser-tx.md | 2 +-
docs/en/unit/light.md | 2 +-
docs/en/unit/m5-bit.md | 2 +-
docs/en/unit/makey.md | 4 ++--
docs/en/unit/mic.md | 2 +-
docs/en/unit/ncir.md | 4 ++--
docs/en/unit/neoflash.md | 2 +-
docs/en/unit/neopixel.md | 2 +-
docs/en/unit/op180.md | 4 ++--
docs/en/unit/op90.md | 4 ++--
docs/en/unit/pahub.md | 4 ++--
docs/en/unit/pir.md | 4 ++--
docs/en/unit/relay.md | 4 ++--
docs/en/unit/rfid.md | 4 ++--
docs/en/unit/rgb.md | 4 ++--
docs/en/unit/rs485.md | 4 ++--
docs/en/unit/sonic.md | 2 +-
docs/en/unit/thermal.md | 4 ++--
docs/en/unit/tof.md | 4 ++--
docs/en/unit/trace.md | 4 ++--
docs/en/unit/unit_fan.md | 4 ++--
docs/en/unit/vibrator.md | 4 ++--
docs/en/unit/vmeter.md | 2 +-
docs/en/unit/weight.md | 4 ++--
docs/ja/unit/heart.md | 2 +-
42 files changed, 61 insertions(+), 61 deletions(-)
diff --git a/docs/en/unit/accel.md b/docs/en/unit/accel.md
index 424d2440..a5f7db19 100644
--- a/docs/en/unit/accel.md
+++ b/docs/en/unit/accel.md
@@ -122,11 +122,11 @@ By measuring the amount of static acceleration, due to gravity, you can find out
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ACCEL_ADXL345)(Download library ADXL345 before compile)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ACCEL_ADXL345)(Download library ADXL345 before compile)
### 2. UIFlow
-- [Click here to get UIFlow complete code](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ACCEL/UIFLOW)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ACCEL/UIFLOW)
diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md
index ea0994f9..4f35595e 100644
--- a/docs/en/unit/adc.md
+++ b/docs/en/unit/adc.md
@@ -130,11 +130,11 @@ The default I2C address is 0x48 unless changed manually.
### 1. Arduino IDE
-The below code is incomplete(just for usage). If you want the complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ADC_ADS1100)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ADC_ADS1100)
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ADC/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ADC/UIFlow)
diff --git a/docs/en/unit/ameter.md b/docs/en/unit/ameter.md
index 9bfdd3f6..c4dd2e0f 100644
--- a/docs/en/unit/ameter.md
+++ b/docs/en/unit/ameter.md
@@ -164,7 +164,7 @@ bool Ameter::saveCalibration2EEPROM(ameterGain_t gain, int16_t hope, int16_t act
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/A_Meter_Unit/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/A_Meter_Unit/UIFlow)
diff --git a/docs/en/unit/angle.md b/docs/en/unit/angle.md
index cb04dd84..f5902dcb 100644
--- a/docs/en/unit/angle.md
+++ b/docs/en/unit/angle.md
@@ -116,7 +116,7 @@ The code below is incomplete. To get the complete code, please click [here](http
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ANGLE/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ANGLE/UIFlow)
diff --git a/docs/en/unit/bps.md b/docs/en/unit/bps.md
index 43b47b99..896f7778 100644
--- a/docs/en/unit/bps.md
+++ b/docs/en/unit/bps.md
@@ -139,7 +139,7 @@
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BPS_Unit)
+[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BPS_Unit)
Last updated: 2020-12-11
diff --git a/docs/en/unit/button.md b/docs/en/unit/button.md
index 35a91887..4fa3fcae 100644
--- a/docs/en/unit/button.md
+++ b/docs/en/unit/button.md
@@ -106,7 +106,7 @@ The code below is incomplete (just for reference). To get the complete code, ple
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BUTTON/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BUTTON/UIFlow)
diff --git a/docs/en/unit/color.md b/docs/en/unit/color.md
index 4b5c92dc..ea76df00 100644
--- a/docs/en/unit/color.md
+++ b/docs/en/unit/color.md
@@ -140,7 +140,7 @@ After burning this example firmware, PC serial terminal will print original valu
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/COLOR/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/COLOR/UIFlow)
diff --git a/docs/en/unit/dac.md b/docs/en/unit/dac.md
index 92a8e63e..253c2a1c 100644
--- a/docs/en/unit/dac.md
+++ b/docs/en/unit/dac.md
@@ -102,7 +102,7 @@ The code below is incomplete (just for reference). To get the complete code, ple
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/DAC/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/DAC/UIFlow)
diff --git a/docs/en/unit/env.md b/docs/en/unit/env.md
index 4ef9704c..4407c729 100644
--- a/docs/en/unit/env.md
+++ b/docs/en/unit/env.md
@@ -135,7 +135,7 @@ The code below is incomplete. To get the complete code, please click [here](http
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENV/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENV/UIFlow)
diff --git a/docs/en/unit/envII.md b/docs/en/unit/envII.md
index f4753318..5ff33dbf 100644
--- a/docs/en/unit/envII.md
+++ b/docs/en/unit/envII.md
@@ -167,7 +167,7 @@ The code below is incomplete. To get the complete code, please click [here](http
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENVII/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ENVII/UIFlow)
diff --git a/docs/en/unit/finger.md b/docs/en/unit/finger.md
index 3f9fd4bc..8c3ab0fe 100644
--- a/docs/en/unit/finger.md
+++ b/docs/en/unit/finger.md
@@ -144,7 +144,7 @@ The code below is incomplete(just for usage). To get the complete code, please c
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/FINGER/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/FINGER/UIFlow)
diff --git a/docs/en/unit/gps.md b/docs/en/unit/gps.md
index 654c5424..48459bbb 100644
--- a/docs/en/unit/gps.md
+++ b/docs/en/unit/gps.md
@@ -141,7 +141,7 @@ To get the complete code, please click [here](https://github.com/m5stack/M5Stack
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/UIFlow)
diff --git a/docs/en/unit/heart.md b/docs/en/unit/heart.md
index 67b63137..c0790012 100644
--- a/docs/en/unit/heart.md
+++ b/docs/en/unit/heart.md
@@ -124,7 +124,7 @@ To get the code, please click [here](https://github.com/m5stack/M5Stack/tree/mas
diff --git a/docs/en/unit/imu.md b/docs/en/unit/imu.md
index 92d72402..8dd6adac 100644
--- a/docs/en/unit/imu.md
+++ b/docs/en/unit/imu.md
@@ -126,7 +126,7 @@
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/IMU_Unit)
+[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/IMU_Unit)
Last updated: 2020-12-11
diff --git a/docs/en/unit/iso485.md b/docs/en/unit/iso485.md
index 7b9ddcaf..16546a74 100644
--- a/docs/en/unit/iso485.md
+++ b/docs/en/unit/iso485.md
@@ -123,7 +123,7 @@ When the project equipment needs communication control through RS485 and has hig
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ISO485)
+[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ISO485)
Last updated: 2020-12-11
diff --git a/docs/en/unit/joystick.md b/docs/en/unit/joystick.md
index 31ba4714..30ef2546 100644
--- a/docs/en/unit/joystick.md
+++ b/docs/en/unit/joystick.md
@@ -114,13 +114,13 @@ This Unit communicates with the M5Core via the GROVE A interface. It's I2C addre
### 1. Arduino IDE
-The code below is incomplete(just for usage).To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/JOYSTICK)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/JOYSTICK)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/JOYSTICK/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/JOYSTICK/UIFlow)
diff --git a/docs/en/unit/laser-rx.md b/docs/en/unit/laser-rx.md
index 2287f9d9..d22bde62 100644
--- a/docs/en/unit/laser-rx.md
+++ b/docs/en/unit/laser-rx.md
@@ -88,7 +88,7 @@ Two parallel beams are needed, one for transmission and one for reception. There
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/LASER)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/LASER)
### 2. UIFlow
diff --git a/docs/en/unit/laser-tx.md b/docs/en/unit/laser-tx.md
index 8d87234a..c95c4f3c 100644
--- a/docs/en/unit/laser-tx.md
+++ b/docs/en/unit/laser-tx.md
@@ -91,7 +91,7 @@ The port type of this unit is PORTB.
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/LASER)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/LASER)
### 2. UIFlow
diff --git a/docs/en/unit/light.md b/docs/en/unit/light.md
index 3334d260..c54f4d3c 100644
--- a/docs/en/unit/light.md
+++ b/docs/en/unit/light.md
@@ -101,7 +101,7 @@ The code below is incomplete. To complete code, please click [here](https://gith
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/LIGHT/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/LIGHT/UIFlow)
diff --git a/docs/en/unit/m5-bit.md b/docs/en/unit/m5-bit.md
index bb6334f3..a338867d 100644
--- a/docs/en/unit/m5-bit.md
+++ b/docs/en/unit/m5-bit.md
@@ -58,7 +58,7 @@ Extra IO pins are extended, you can used DuPont Cable to connect other hardware.
### Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/M5BIT)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/M5BIT)
Last updated: 2020-12-14
diff --git a/docs/en/unit/makey.md b/docs/en/unit/makey.md
index 8dce292e..8da3a6c6 100644
--- a/docs/en/unit/makey.md
+++ b/docs/en/unit/makey.md
@@ -110,7 +110,7 @@ Repeat the same operation as above. you will see this sound much better.
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/Arduino/Makey_new_version)
+[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/Arduino/Makey_new_version)
@@ -118,7 +118,7 @@ The code below is incomplete. To get complete code, please click [here](https://
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/Makey_NewVersion/UIFlow)
diff --git a/docs/en/unit/mic.md b/docs/en/unit/mic.md
index eee09f0d..3742bf15 100644
--- a/docs/en/unit/mic.md
+++ b/docs/en/unit/mic.md
@@ -121,7 +121,7 @@ The sensor is very suitable for acoustic electrical conversion, audio recording
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/MIC_Unit)
+[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/MIC_Unit)
Last updated: 2020-12-14
diff --git a/docs/en/unit/ncir.md b/docs/en/unit/ncir.md
index 67fad599..9d456bcb 100644
--- a/docs/en/unit/ncir.md
+++ b/docs/en/unit/ncir.md
@@ -104,11 +104,11 @@ Connect with M5Core via GROVE A I2C(0x5A).
### 1. Arduino IDE
-The code below is incomplete. TO get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NCIR_MLX90614)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NCIR_MLX90614)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NCIR/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NCIR/UIFlow)
diff --git a/docs/en/unit/neoflash.md b/docs/en/unit/neoflash.md
index bfd94e97..ceecb739 100644
--- a/docs/en/unit/neoflash.md
+++ b/docs/en/unit/neoflash.md
@@ -92,7 +92,7 @@ When you plug the GROVE PORTA into M5core, you have convert it into 3 extended G
This is an example that takes the time from online network server and displays it on NEOFLASH, show real time when someone is moving (some object detected) in front of the NEOFLASH, otherwise the time "disappears".
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NEOFLASH_SK6812_PIR)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NEOFLASH_SK6812_PIR)
diff --git a/docs/en/unit/neopixel.md b/docs/en/unit/neopixel.md
index 2937ee96..104032f0 100644
--- a/docs/en/unit/neopixel.md
+++ b/docs/en/unit/neopixel.md
@@ -81,7 +81,7 @@ Another feature is the extension and flexibility, It's possible to connect many
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RGB_LED_SK6812/display_rainbow)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RGB_LED_SK6812/display_rainbow)
diff --git a/docs/en/unit/op180.md b/docs/en/unit/op180.md
index 5f08f1e6..24a94731 100644
--- a/docs/en/unit/op180.md
+++ b/docs/en/unit/op180.md
@@ -95,11 +95,11 @@ The actuator of this Unit is consist of a pair of IR part, emitter side and rece
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/OP90.180_ITR9606)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/OP90.180_ITR9606)
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/OP90.180/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/OP90.180/UIFlow)
diff --git a/docs/en/unit/op90.md b/docs/en/unit/op90.md
index f80c8343..eeac9a6c 100644
--- a/docs/en/unit/op90.md
+++ b/docs/en/unit/op90.md
@@ -93,11 +93,11 @@ The actuator of this Unit is consist of a pair of IR part, emitter side and rece
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/OP90.180_ITR9606)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/OP90.180_ITR9606)
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/OP90.180/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/OP90.180/UIFlow)
diff --git a/docs/en/unit/pahub.md b/docs/en/unit/pahub.md
index 4c8c87fc..38fb25c5 100644
--- a/docs/en/unit/pahub.md
+++ b/docs/en/unit/pahub.md
@@ -94,11 +94,11 @@ After soldering a 0 ohm resistor, the corresponding pin will change from low to
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/PaHUB_TCA9548A)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/PaHUB_TCA9548A)
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PaHUB/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PaHUB/UIFlow)
diff --git a/docs/en/unit/pir.md b/docs/en/unit/pir.md
index 2b93cfb0..6df510bf 100644
--- a/docs/en/unit/pir.md
+++ b/docs/en/unit/pir.md
@@ -101,11 +101,11 @@ This Unit communicates with the M5Core via the GROVE B.
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/PIR)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/PIR)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/PIR/UIFlow)
diff --git a/docs/en/unit/relay.md b/docs/en/unit/relay.md
index 52aeab8a..d1f90dfc 100644
--- a/docs/en/unit/relay.md
+++ b/docs/en/unit/relay.md
@@ -97,11 +97,11 @@ There are 3 pins named: ON, OFF, COM. You can program to make COM connect to ON
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RELAY)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RELAY)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RELAY/UIFlow)
diff --git a/docs/en/unit/rfid.md b/docs/en/unit/rfid.md
index 85ca2980..e00c61d5 100644
--- a/docs/en/unit/rfid.md
+++ b/docs/en/unit/rfid.md
@@ -96,7 +96,7 @@ Connect this Unit to GROVE PORTA on M5Core, I2C address is 0x28.
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RFID_RC522)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RFID_RC522)
After programming the RFID.ino, the IC card or the mobile phone NFC, close to the unit, moves back and forth around the unit, and the UID of the IC card or the RFID chip in the mobile phone will be printed on the screen of the M5Core.
@@ -104,7 +104,7 @@ After programming the RFID.ino, the IC card or the mobile phone NFC, close to th
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/UIFlow)
After opening and burning this example using [UIFlow](http://flow.m5stack.com), place the proximity card on the Unit surface and the screen displays “True” and the UID number of the card.
diff --git a/docs/en/unit/rgb.md b/docs/en/unit/rgb.md
index bc55200d..d18197f2 100644
--- a/docs/en/unit/rgb.md
+++ b/docs/en/unit/rgb.md
@@ -84,11 +84,11 @@ This is a very useful piece of hardware for a STEM class, students can program i
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RGB_SK6812)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RGB_SK6812)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RGB/UIFlow)
diff --git a/docs/en/unit/rs485.md b/docs/en/unit/rs485.md
index 4d7067d7..fb3fa089 100644
--- a/docs/en/unit/rs485.md
+++ b/docs/en/unit/rs485.md
@@ -77,11 +77,11 @@ It's used to convert the TTL standard to the RS485 standard. If the outside seri
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RS485_SP485EEN)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RS485_SP485EEN)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RS485/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RS485/UIFlow)
## Schematic
diff --git a/docs/en/unit/sonic.md b/docs/en/unit/sonic.md
index 291a9b2a..ef23c830 100644
--- a/docs/en/unit/sonic.md
+++ b/docs/en/unit/sonic.md
@@ -118,7 +118,7 @@
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ULTRA/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ULTRA/UIFlow)
diff --git a/docs/en/unit/thermal.md b/docs/en/unit/thermal.md
index 0e8b1029..1492a508 100644
--- a/docs/en/unit/thermal.md
+++ b/docs/en/unit/thermal.md
@@ -95,11 +95,11 @@ The Unit communicates with the M5Core through the Grove A interface, I2C address
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/THERMAL_MLX90640)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/THERMAL_MLX90640)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/THERMAL/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/THERMAL/UIFlow)
diff --git a/docs/en/unit/tof.md b/docs/en/unit/tof.md
index 50a44354..e86b081b 100644
--- a/docs/en/unit/tof.md
+++ b/docs/en/unit/tof.md
@@ -108,11 +108,11 @@ This unit communicates with M5Core via I2C(0x29).
### 1. Arduino IDE
-The below code is incomplete(just for usage). If you want the complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ToF_VL53L0X)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ToF_VL53L0X)
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TOF/UIFlow)
diff --git a/docs/en/unit/trace.md b/docs/en/unit/trace.md
index 29e4c22e..8889296a 100644
--- a/docs/en/unit/trace.md
+++ b/docs/en/unit/trace.md
@@ -89,13 +89,13 @@ This Unit communicates with the M5Core via GROVE PORTA I2C (0x5A).
### 1. Arduino IDE
-The code below is incomplete. To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/TRACE)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/TRACE)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TRACE/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/TRACE/UIFlow)
diff --git a/docs/en/unit/unit_fan.md b/docs/en/unit/unit_fan.md
index 2cab8e01..ffad3190 100644
--- a/docs/en/unit/unit_fan.md
+++ b/docs/en/unit/unit_fan.md
@@ -73,11 +73,11 @@ This N20 motor is has a 5V supply voltage. The output shaft has a rotational spe
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/FAN)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/FAN)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/FAN/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/FAN/UIFlow)
diff --git a/docs/en/unit/vibrator.md b/docs/en/unit/vibrator.md
index 690baeed..b2d7d9bc 100644
--- a/docs/en/unit/vibrator.md
+++ b/docs/en/unit/vibrator.md
@@ -72,11 +72,11 @@ These days miniature vibrating motors are used in a wide range of products, not
### 1. Arduino IDE
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/VIBRATOR)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/VIBRATOR)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/VIBRATOR/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/VIBRATOR/UIFlow)
diff --git a/docs/en/unit/vmeter.md b/docs/en/unit/vmeter.md
index c427c8c2..b67d433f 100644
--- a/docs/en/unit/vmeter.md
+++ b/docs/en/unit/vmeter.md
@@ -164,7 +164,7 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
### 2. UIFlow
-If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/V_Meter_Unit/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/V_Meter_Unit/UIFlow)
diff --git a/docs/en/unit/weight.md b/docs/en/unit/weight.md
index 957d066c..06a41bad 100644
--- a/docs/en/unit/weight.md
+++ b/docs/en/unit/weight.md
@@ -136,11 +136,11 @@ power supply regulator:
We used a pressure sensor(10kg) in this experiment. (Unit: gram)
-To get complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/WEIGHT_HX711)
+[Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/WEIGHT_HX711)
### 2. UIFlow
-To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/WEIGHT/UIFlow)
+[Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/WEIGHT/UIFlow)
diff --git a/docs/ja/unit/heart.md b/docs/ja/unit/heart.md
index 2db4cf37..fdd5be9e 100644
--- a/docs/ja/unit/heart.md
+++ b/docs/ja/unit/heart.md
@@ -87,7 +87,7 @@ void loop()