mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
docs/library: Note that machine.Pin.irq's hard arg may not be supported.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user