Skip to content

Commit 1d570fb

Browse files
committed
Rephrase fix 1
1 parent 5591243 commit 1d570fb

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual

1 file changed

+1
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The Edge Control has **six interrupt request input pins**, mapped as follows:
318318
| `Interrupt Request Input 5` | `IRQ_CH5` |
319319
| `Interrupt Request Input 6` | `IRQ_CH6` |
320320

321-
The IRQ inputs of the Edge Control can be used through the built-in functions of the Arduino programming language. The configuration of an interrupt pin is done in the `setup()` function with the built-in function `attachInterrupt()` as shown below:
321+
The IRQ inputs of the Edge Control can be used through the built-in functions of the Arduino programming language. The configuration of an interrupt pin is done in the `setup()` function with the function `attachInterrupt()` as shown below:
322322

323323
```arduino
324324
attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);

0 commit comments

Comments
 (0)