@@ -25,10 +25,11 @@ The first parameter to attachInterrupt is an interrupt number. Normally you shou
25
25
|===================================================
26
26
|Board |Digital Pins Usable For Interrupts
27
27
|Uno, Nano, Mini, other 328-based |2, 3
28
+ |Uno WiFi Rev.2 |all digital pins
28
29
|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21
29
30
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
30
31
|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
32
33
|Due |all digital pins
33
34
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)
34
35
|===================================================
@@ -133,7 +134,7 @@ Note that in the table below, the interrupt numbers refer to the number to be pa
133
134
|Mega2560 | 2 | 3 | 21 | 20 | 19 | 18
134
135
|32u4 based (e.g Leonardo, Micro) | 3 | 2 | 0 | 1 | 7 |
135
136
|===================================================
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*.
137
138
138
139
139
140
--
0 commit comments