From 0291a63258efd79778a9aff2e4760ec77f901fef Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 4 Dec 2019 02:57:46 -0800 Subject: [PATCH] Document interrupt pins for new Nano boards Document the pins that can be used with attachInterrupt() on the Nano Every/33 IoT/33 BLE/33 BLE Sense. --- Language/Functions/External Interrupts/attachInterrupt.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Language/Functions/External Interrupts/attachInterrupt.adoc b/Language/Functions/External Interrupts/attachInterrupt.adoc index 2800a7208..0a618e52c 100644 --- a/Language/Functions/External Interrupts/attachInterrupt.adoc +++ b/Language/Functions/External Interrupts/attachInterrupt.adoc @@ -21,11 +21,13 @@ The first parameter to `attachInterrupt()` is an interrupt number. Normally you |=================================================== |Board |Digital Pins Usable For Interrupts |Uno, Nano, Mini, other 328-based |2, 3 -|Uno WiFi Rev.2 |all digital pins +|Uno WiFi Rev.2, Nano Every |all digital pins |Mega, Mega2560, MegaADK |2, 3, 18, 19, 20, 21 |Micro, Leonardo, other 32u4-based |0, 1, 2, 3, 7 |Zero |all digital pins, except 4 |MKR Family boards |0, 1, 4, 5, 6, 7, 8, 9, A1, A2 +|Nano 33 IoT |2, 3, 9, 10, 11, 13, 15, A5, A7 +|Nano 33 BLE, Nano 33 BLE Sense |all pins |Due |all digital pins |101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*) |===================================================