Skip to content

Commit aa6751c

Browse files
authored
Use standard pin name in attachInterrupt() table (arduino#807)
The previous pin number 15 in the table for Nano 33 IoT was correct, but users are more familiar with the "An" pin naming style, as marked on the board silkscreen, so it's better to always use those names in the reference.
1 parent c4fcc24 commit aa6751c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/External Interrupts/attachInterrupt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The first parameter to `attachInterrupt()` is an interrupt number. Normally you
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
29+
|Nano 33 IoT |2, 3, 9, 10, 11, 13, A1, A5, A7
3030
|Nano 33 BLE, Nano 33 BLE Sense |all pins
3131
|Due |all digital pins
3232
|101 |all digital pins (Only pins 2, 5, 7, 8, 10, 11, 12, 13 work with *CHANGE*)

0 commit comments

Comments
 (0)