mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-09 14:28:37 +00:00
22 lines
827 B
ReStructuredText
22 lines
827 B
ReStructuredText
====
|
||
GPIO
|
||
====
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
GPIO - input/output <gpio_input_output>
|
||
GPIO - interrupt <gpio_interrupt>
|
||
|
||
各开发板支持的 GPIO 引脚如下表:
|
||
|
||
.. table:: GPIO 口
|
||
:widths: 25, 25, 25, 25
|
||
:width: 80%
|
||
:align: center
|
||
|
||
+----------------------+--------------------------------------------------------------------------------+
|
||
| 开发板 | GPIO |
|
||
+======================+================================================================================+
|
||
| BL61x_MB_V1 | GPIO 0-34(其中 GPIO 2 为 BOOT 引脚,GPIO16/17默认为晶振引脚) |
|
||
+----------------------+--------------------------------------------------------------------------------+
|