Unverified Commit 97e69666 authored by schrolli's avatar schrolli Committed by GitHub

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

parent 959a57fe
...@@ -87,7 +87,7 @@ The GPIO peripheral on the ESP32 supports interruptions. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment