File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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_MODE : 1 Fast mode |
64966496
64976497- Pin Correspondence
@@ -12464,4 +12464,3 @@ if __name__ == '__main__':
1246412464
1246512465```
1246612466
12467-
Original file line number Diff line number Diff 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_MODE : 1 快速模式 |
65166516
65176517- 引脚对应关系
You can’t perform that action at this time.
0 commit comments