Skip to content

Commit

Permalink
change section name
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleilani committed Mar 13, 2024
1 parent 117e745 commit 101ed7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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._ <ul><li>`basic`: Recommended. Tracks interrupt count. </li> <li>`servo`: For interrupts configured for a pin controlling a [servo](/components/servo/). Tracks pulse width value. </li></ul> |

#### 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.
Expand Down

0 comments on commit 101ed7c

Please sign in to comment.