Skip to content

Commit d75e087

Browse files
committed
Update attachInterrupt.adoc
1 parent ade15f1 commit d75e087

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Language/Functions/External Interrupts/attachInterrupt.adoc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ The first parameter to `attachInterrupt()` is an interrupt number. Normally you
1919

2020
[options="header"]
2121
|===================================================
22-
|Board |Digital Pins Usable For Interrupts
23-
|Uno, Nano, Mini, other 328-based |2, 3
24-
|UNO R4 Minima, UNO R4 WiFi |2, 3
25-
|Uno WiFi Rev.2, Nano Every |all digital pins
26-
|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21 (*pins 20 & 21* are not available to use for interrupts while they are used for I2C communication; they also have external pull-ups that cannot be disabled)
27-
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
28-
|Zero |all digital pins, except 4
29-
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
30-
|Nano 33 IoT |2, 3, 9, 10, 11, 13, A1, A5, A7
31-
|Nano 33 BLE, Nano 33 BLE Sense |all pins
32-
|Nano RP2040 Connect |all pins except A6/A7
33-
|Nano ESP32 |all pins
34-
|GIGA R1 WiFi |all pins
35-
|Due |all digital pins
36-
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)
22+
|Board |Digital Pins Usable For Interrupts| Note
23+
|Uno R3, Nano, Mini, other 328-based |2, 3|
24+
|UNO R4 Minima, UNO R4 WiFi |2, 3|
25+
|Uno WiFi Rev.2, Nano Every |All digital pins|
26+
|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21 |(*pins 20 & 21* are not available to use for interrupts while they are used for I2C communication; they also have external pull-ups that cannot be disabled)
27+
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7|
28+
|Zero |0-3, 5-13, A0-A5| Pin 4 cannot be used as an interrupt.
29+
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2|
30+
|Nano 33 IoT |2, 3, 9, 10, 11, 13, A1, A5, A7|
31+
|Nano 33 BLE, Nano 33 BLE Sense |all pins|
32+
|Nano RP2040 Connect |0-13, A0-A5|
33+
|Nano ESP32 |all pins|
34+
|GIGA R1 WiFi |all pins|
35+
|Due |all digital pins|
36+
|101 |all digital pins | (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*))
3737
|===================================================
3838

3939
[%hardbreaks]

0 commit comments

Comments
 (0)