Skip to content

Commit 13d5bda

Browse files
authored
Merge pull request #412 from bluems/patch-1
Update detachInterrupt.adoc
2 parents c394ebd + 28f2f4c commit 13d5bda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Language/Functions/External Interrupts/detachInterrupt.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ subCategories: [ "External Interrupts" ]
2424

2525
[float]
2626
=== 문법
27-
`detachInterrupt()` +
28-
`detachInterrupt(pin)` (Arduino Due 만)
27+
`detachInterrupt(digitalPinToInterrupt(pin)) (권장)` +
28+
`detachInterrupt(interrupt) (권장하지 않음)` +
29+
`detachInterrupt(pin)` (권장하지 않음. 이 구문은 Arduino SAMD Boards, Uno WiFi Rev2, Due 및 101에서만 동작)
2930

3031
[float]
3132
=== 매개변수

0 commit comments

Comments
 (0)