aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDamien George2020-04-30 23:50:53 +1000
committerDamien George2020-04-30 23:50:53 +1000
commit391927c12634e3b80882499de5e92740c8472452 (patch)
tree5cb5de3e2b409b5ba7921c176fcc8ae5a32d7767 /docs
parent419d1aa617d2974d0ff82488da6fa141a8df14a2 (diff)
docs/library: Note that machine.Pin.irq's hard arg may not be supported.
Diffstat (limited to 'docs')
-rw-r--r--docs/library/machine.Pin.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/machine.Pin.rst b/docs/library/machine.Pin.rst
index 5254e163c..3055491eb 100644
--- a/docs/library/machine.Pin.rst
+++ b/docs/library/machine.Pin.rst
@@ -216,6 +216,7 @@ Methods
- ``hard`` if true a hardware interrupt is used. This reduces the delay
between the pin change and the handler being called. Hard interrupt
handlers may not allocate memory; see :ref:`isr_rules`.
+ Not all ports support this argument.
This method returns a callback object.