Skip to content

Commit b9ee001

Browse files
authored
Merge pull request #714 from per1234/nano-attachinterrupt
Document interrupt pins for new Nano boards
2 parents 5e3e526 + 0291a63 commit b9ee001

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Language/Functions/External Interrupts/attachInterrupt.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ 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 WiFi Rev.2 |all digital pins
24+
|Uno WiFi Rev.2, Nano Every |all digital pins
2525
|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21
2626
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
2727
|Zero |all digital pins, except 4
2828
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
29+
|Nano 33 IoT |2, 3, 9, 10, 11, 13, 15, A5, A7
30+
|Nano 33 BLE, Nano 33 BLE Sense |all pins
2931
|Due |all digital pins
3032
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)
3133
|===================================================

0 commit comments

Comments
 (0)