We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a389a99 commit 0a8f2a1Copy full SHA for 0a8f2a1
doc/reference.rst
@@ -32,7 +32,8 @@ pins 9 and 11. These may be used as IO if flash chip works in DIO mode
32
Pin interrupts are supported through ``attachInterrupt``,
33
``detachInterrupt`` functions. Interrupts may be attached to any GPIO
34
pin, except GPIO16. Standard Arduino interrupt types are supported:
35
-``CHANGE``, ``RISING``, ``FALLING``.
+``CHANGE``, ``RISING``, ``FALLING``. ISRs need to have
36
+``ICACHE_RAM_ATTR`` before the function definition.
37
38
Analog input
39
------------
0 commit comments