Skip to content

Commit 595c304

Browse files
authored
Merge pull request #69 from futre123/main
update bsp(i2c)
2 parents b06b0ee + d0817e6 commit 595c304

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6491,7 +6491,7 @@ Class function: A two-wire protocol used for communication between devices.
64916491

64926492
| Parameter | Type | Description |
64936493
| --------- | ---- | ------------------------------------------------------------ |
6494-
| I2Cn | int | I2C channel index number:<br />I2C.I2C0 : 0 <br />I2C.I2C0 : 1 |
6494+
| I2Cn | int | I2C channel index number:<br />I2C.I2C0 : 0 <br />I2C.I2C1 : 1 |
64956495
| MODE | int | I2C working mode:<br />I2C.STANDARD_MODE : 0 Standard mode<br />I2C.FAST_MODE1 Fast mode |
64966496

64976497
- Pin Correspondence
@@ -12464,4 +12464,3 @@ if __name__ == '__main__':
1246412464

1246512465
```
1246612466

12467-

zh-cn/api/QuecPythonClasslib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6511,7 +6511,7 @@ rtc.enable_alarm(1)
65116511

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

65176517
- 引脚对应关系

0 commit comments

Comments
 (0)