docs: Update the application examples in gpio.rst

This commit is contained in:
Zhang Shuxian
2024-08-06 18:51:52 +08:00
parent 73e0948332
commit 2cee7899d5
2 changed files with 10 additions and 2 deletions

View File

@@ -145,7 +145,11 @@ Do not rely on the default configurations values in the Technical Reference Manu
Application Example
-------------------
* GPIO output and input interrupt example: :example:`peripherals/gpio/generic_gpio`.
.. list::
* :example:`peripherals/gpio/generic_gpio` demonstrates how to configure GPIO to generate pulses and use it with interruption.
:esp32s2: * :example:`peripherals/gpio/matrix_keyboard` demonstrates how to drive a common matrix keyboard using the dedicated GPIO APIs, including manipulating the level on a group of GPIOs, triggering edge interrupt, and reading level on a group of GPIOs.
API Reference - Normal GPIO
---------------------------