From 70ad390c844b9b1938b36161b9c75e2bc936c584 Mon Sep 17 00:00:00 2001 From: schrolli Date: Mon, 19 Jun 2023 21:17:26 +0200 Subject: [PATCH] Update gpio.rst: typo in function name 'attachInterrupt' --- docs/source/api/gpio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/gpio.rst b/docs/source/api/gpio.rst index 2f63f26e00f..b60c3798e4f 100644 --- a/docs/source/api/gpio.rst +++ b/docs/source/api/gpio.rst @@ -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