From 101ed7ce0c2230d1145ca5beb2cc32a421a84a6e Mon Sep 17 00:00:00 2001 From: sky leilani <45158875+skyleilani@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:19:34 -0400 Subject: [PATCH] change section name --- static/include/components/board/board-digital-interrupts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/include/components/board/board-digital-interrupts.md b/static/include/components/board/board-digital-interrupts.md index 6ced7dbc14..6fbe398e0c 100644 --- a/static/include/components/board/board-digital-interrupts.md +++ b/static/include/components/board/board-digital-interrupts.md @@ -66,7 +66,7 @@ The following properties are available for `digital_interrupts`: |`pin`| string | **Required** | The {{< glossary_tooltip term_id="pin-number" text="pin number" >}} of the board's GPIO pin that you wish to configure the digital interrupt for. | |`type`| string | Optional | _Only applies to `pi` model boards._ | -#### Control `digital interrupts` +#### Test `digital interrupts` Once you have configured your digital interrupts, navigate to the **Control** tab to monitor interrupt activity. The value displayed to each interrupt name represent the total count of interrupts triggered by the corresponding digital interrupt.