mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-10 06:48:51 +00:00
[doc] update demo rst
This commit is contained in:
parent
dd161b698b
commit
24d03e890b
42 changed files with 2148 additions and 691 deletions
34
docs/source/samples/peripherals/i2c/index.rst
Normal file
34
docs/source/samples/peripherals/i2c/index.rst
Normal file
|
@ -0,0 +1,34 @@
|
|||
====
|
||||
I2C
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
I2C - 10-bit <i2c_10_bit>
|
||||
I2C - eeprom <i2c_eeprom>
|
||||
I2C - eeprom_dma <i2c_eeprom_dma>
|
||||
I2C - eeprom_interrupt <i2c_eeprom_interrupt>
|
||||
|
||||
I2C 信号引脚对应的 GPIO 如下表:
|
||||
|
||||
.. table:: GPIO 口
|
||||
:widths: 30, 30, 40
|
||||
:width: 80%
|
||||
:align: center
|
||||
|
||||
+----------+-----------+---------------------------+
|
||||
| 信号 | 芯片系列 | GPIO |
|
||||
+==========+===========+===========================+
|
||||
| SCL | BL702 | |
|
||||
+ +-----------+---------------------------+
|
||||
| | BL808 | |
|
||||
+ +-----------+---------------------------+
|
||||
| | BL616 | GPIO 14 |
|
||||
+----------+-----------+---------------------------+
|
||||
| SDA | BL702 | |
|
||||
+ +-----------+---------------------------+
|
||||
| | BL808 | |
|
||||
+ +-----------+---------------------------+
|
||||
| | BL616 | GPIO 15 |
|
||||
+----------+-----------+---------------------------+
|
Loading…
Add table
Add a link
Reference in a new issue