Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions en-us/api/QuecPythonClasslib.md
Original file line number Diff line number Diff line change
Expand Up @@ -6405,7 +6405,7 @@ Class function: A two-wire protocol used for communication between devices.

| Parameter | Type | Description |
| --------- | ---- | ------------------------------------------------------------ |
| I2Cn | int | I2C channel index number:<br />I2C.I2C0 : 0 <br />I2C.I2C0 : 1 |
| I2Cn | int | I2C channel index number:<br />I2C.I2C0 : 0 <br />I2C.I2C1 : 1 |
| MODE | int | I2C working mode:<br />I2C.STANDARD_MODE : 0 Standard mode<br />I2C.FAST_MODE : 1 Fast mode |

- Pin Correspondence
Expand Down Expand Up @@ -12376,4 +12376,3 @@ if __name__ == '__main__':

```


2 changes: 1 addition & 1 deletion zh-cn/api/QuecPythonClasslib.md
Original file line number Diff line number Diff line change
Expand Up @@ -6442,7 +6442,7 @@ rtc.enable_alarm(1)

| 参数 | 类型 | 说明 |
| ---- | ---- | ------------------------------------------------------------ |
| I2Cn | int | i2c 通路索引号:<br />I2C.I2C0 : 0 <br />I2C.I2C0 : 1 |
| I2Cn | int | i2c 通路索引号:<br />I2C.I2C0 : 0 <br />I2C.I2C1 : 1 |
| MODE | int | i2c 的工作模式:<br />I2C.STANDARD_MODE : 0 标准模式<br />I2C.FAST_MODE : 1 快速模式 |

- 引脚对应关系
Expand Down