We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355788a + 97aa695 commit 7b06be6Copy full SHA for 7b06be6
Language/Functions/External Interrupts/attachInterrupt.adoc
@@ -22,7 +22,7 @@ The first parameter to `attachInterrupt()` is an interrupt number. Normally you
22
|Board |Digital Pins Usable For Interrupts
23
|Uno, Nano, Mini, other 328-based |2, 3
24
|Uno WiFi Rev.2, Nano Every |all digital pins
25
-|Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21
+|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)
26
|Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7
27
|Zero |all digital pins, except 4
28
|MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2
0 commit comments