diff --git a/docs/index.md b/docs/index.md
index 9d28b9ff..361bbb34 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -156,7 +156,7 @@
[](en/unit/button) [](en/unit/dual_button) [](en/unit/joystick) [](en/unit/cardkb)
- *BUTTOM* *Dual-BUTTOM* *JOYSTICK* *CardKB*
+ *BUTTON* *Dual-BUTTON* *JOYSTICK* *CardKB*
@@ -168,7 +168,7 @@
[](en/unit/adc) [](en/unit/dac) [](en/unit/makey) [](en/unit/rgb) [](en/unit/rgb)
- *ADC* *DAC* *LIGHT* *ANGLE* *ANGLE*
+ *ADC* *DAC* *MAKEY* *ANGLE* *RGB*
diff --git a/docs/ja/README.md b/docs/ja/README.md
index 4ed21a96..6c12eb0d 100644
--- a/docs/ja/README.md
+++ b/docs/ja/README.md
@@ -4,7 +4,7 @@
-*( **[クイックスタート](ja/qs)** **[マスター間の比較](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_ja.md)** **[IIC 住所テーブル](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
+*( **[クイックスタート](ja/qs)** **[コア比較](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_ja.md)** **[I2Cアドレス一覧](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
@@ -34,7 +34,7 @@
-*( **[IIC 住所テーブル](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
+*( **[I2Cアドレス一覧](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
@@ -78,7 +78,7 @@
-*( **[IIC 住所テーブル](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
+*( **[I2Cアドレス一覧](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
@@ -96,11 +96,11 @@
-*( **[IIC 住所テーブル](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
+*( **[I2Cアドレス一覧](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
-**カメラクラス** *( **[クイックスタート](ja/quick_start/m5camera/m5camera_quick_start)** **[カメラ間の比較](https://shimo.im/sheets/gP96C8YTdyjGgKQC/09fd4)** )*
+**カメラクラス** *( **[クイックスタート](ja/quick_start/m5camera/m5camera_quick_start)** **[カメラ比較](https://shimo.im/sheets/gP96C8YTdyjGgKQC/09fd4)** )*
[](ja/unit/esp32cam) [](ja/unit/m5camera) [](ja/unit/m5camera_f)
@@ -122,7 +122,7 @@
[](ja/unit/button) [](ja/unit/dual_button) [](ja/unit/joystick) [](ja/unit/cardkb)
- *BUTTOM* *Dual-BUTTOM* *JOYSTICK* *CardKB*
+ *BUTTON* *Dual-BUTTON* *JOYSTICK* *CardKB*
@@ -134,7 +134,7 @@
[](ja/unit/adc) [](ja/unit/dac) [](ja/unit/makey) [](ja/unit/rgb)
- *ADC* *DAC* *LIGHT* *ANGLE*
+ *ADC* *DAC* *MAKEY* *RGB*
@@ -172,7 +172,7 @@
-*( **[IIC 住所テーブル](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
+*( **[I2Cアドレス一覧](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
diff --git a/docs/ja/module/commu.md b/docs/ja/module/commu.md
index 95ae107d..0e6fc050 100644
--- a/docs/ja/module/commu.md
+++ b/docs/ja/module/commu.md
@@ -33,8 +33,8 @@
| I2C Interface | ESP32 |
|:-------------:|:-----:|
-| IIC_SDA | GPIO21 |
-| IIC_SCL | GPIO22 |
+| I2C_SDA | GPIO21 |
+| I2C_SCL | GPIO22 |
## 関連リンク
diff --git a/docs/ja/module/joystick.md b/docs/ja/module/joystick.md
index 7414e404..2b33123d 100644
--- a/docs/ja/module/joystick.md
+++ b/docs/ja/module/joystick.md
@@ -109,7 +109,7 @@ if (Wire.available()) {
y_data = y_data_H << 8 |y_data_L;
}
-// IIC send data, 4bytes
+// I2C send data, 4bytes
Wire.beginTransmission(FACE_JOY_ADDR);
Wire.write(indexOfLED);
Wire.write(r);
diff --git a/docs/ja/unit/cardkb.md b/docs/ja/unit/cardkb.md
index 37da0795..2e131670 100644
--- a/docs/ja/unit/cardkb.md
+++ b/docs/ja/unit/cardkb.md
@@ -61,7 +61,7 @@ void setup()
M5.Lcd.setCursor(1, 10);
M5.Lcd.setTextColor(YELLOW);
M5.Lcd.setTextSize(2);
- M5.Lcd.printf("IIC Address: 0x5F\n");
+ M5.Lcd.printf("I2C Address: 0x5F\n");
M5.Lcd.printf(">>");
}
void loop()
diff --git a/docs/ja/unit/tof.md b/docs/ja/unit/tof.md
index 13403ec6..b7cf8dd4 100644
--- a/docs/ja/unit/tof.md
+++ b/docs/ja/unit/tof.md
@@ -36,11 +36,11 @@
#include
#include
-#define ToF_ADDR 0x29//the iic address of tof
+#define ToF_ADDR 0x29//the I2C address of tof
#define SYSRANGE_START 0x00
#define RESULT_RANGE_STATUS 0x14
-#define ToF_ADDR 0x29 //the IIC address of ToF
+#define ToF_ADDR 0x29 //the I2C address of ToF
// declaration
uint16_t dist=0;
diff --git a/docs/zh_CN/README.md b/docs/zh_CN/README.md
index fab921fc..27a0cb75 100644
--- a/docs/zh_CN/README.md
+++ b/docs/zh_CN/README.md
@@ -126,7 +126,7 @@
[](zh_CN/unit/button) [](zh_CN/unit/dual_button) [](zh_CN/unit/joystick) [](zh_CN/unit/cardkb)
- *BUTTOM* *Dual-BUTTOM* *JOYSTICK* *CardKB*
+ *BUTTON* *Dual-BUTTON* *JOYSTICK* *CardKB*
@@ -138,7 +138,7 @@
[](zh_CN/unit/adc) [](zh_CN/unit/dac) [](zh_CN/unit/makey) [](zh_CN/unit/rgb)
- *ADC* *DAC* *LIGHT* *ANGLE*
+ *ADC* *DAC* *MAKEY* *RGB*