Skip to content

Commit ea67cf1

Browse files
authored
Merge pull request #387 from arduino/SimonePDA-patch-36
Update attachInterrupt.adoc
2 parents 5a4248c + e5e95fd commit ea67cf1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Language/Functions/External Interrupts/attachInterrupt.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ The first parameter to attachInterrupt is an interrupt number. Normally you shou
2525
|===================================================
2626
|Board |Digital Pins Usable For Interrupts
2727
|Uno, Nano, Mini, other 328-based |2, 3
28+
|Uno WiFi Rev.2 |all digital pins
2829
|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21
2930
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
3031
|Zero |all digital pins, except 4
31-
|MKR1000 Rev.1 |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
32+
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
3233
|Due |all digital pins
3334
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)
3435
|===================================================
@@ -133,7 +134,7 @@ Note that in the table below, the interrupt numbers refer to the number to be pa
133134
|Mega2560 | 2 | 3 | 21 | 20 | 19 | 18
134135
|32u4 based (e.g Leonardo, Micro) | 3 | 2 | 0 | 1 | 7 |
135136
|===================================================
136-
For Due, Zero, MKR1000 and 101 boards the *interrupt number = pin number*.
137+
For Uno WiFiRev.2, Due, Zero, MKR Family and 101 boards the *interrupt number = pin number*.
137138

138139

139140
--

0 commit comments

Comments
 (0)