Skip to content

Commit 1f64507

Browse files
authored
Merge pull request #926 from arduino/karlsoderby/interrupt-section
Add new boards to attachInterrupt()
2 parents bd29d5c + eb7bb37 commit 1f64507

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Language/Functions/External Interrupts/attachInterrupt.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ The first parameter to `attachInterrupt()` is an interrupt number. Normally you
2121
|===================================================
2222
|Board |Digital Pins Usable For Interrupts
2323
|Uno, Nano, Mini, other 328-based |2, 3
24+
|UNO R4 Minima, UNO R4 WiFi |2, 3
2425
|Uno WiFi Rev.2, Nano Every |all digital pins
2526
|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)
2627
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
2728
|Zero |all digital pins, except 4
2829
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
2930
|Nano 33 IoT |2, 3, 9, 10, 11, 13, A1, A5, A7
3031
|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
3135
|Due |all digital pins
3236
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)
3337
|===================================================

0 commit comments

Comments
 (0)