Update gpio.rst: typo in function name 'attachInterrupt' (#8336)
This commit is contained in:
parent
959a57fe07
commit
97e69666c9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ The GPIO peripheral on the ESP32 supports interruptions.
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue