Update gpio.rst: typo in function name 'attachInterrupt' (#8336)

This commit is contained in:
schrolli 2023-07-17 11:46:21 +02:00 committed by GitHub
parent 959a57fe07
commit 97e69666c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ The GPIO peripheral on the ESP32 supports interruptions.
attachInterrupt attachInterrupt
*************** ***************
The function ``attachInterruptArg`` is used to attach the interrupt to the defined pin. The function ``attachInterrupt`` is used to attach the interrupt to the defined pin.
.. code-block:: arduino .. code-block:: arduino