We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555f6be + 0a3b168 commit d9b2b7dCopy full SHA for d9b2b7d
drivers/include/drivers/InterruptIn.h
@@ -99,12 +99,14 @@ class InterruptIn : private NonCopyable<InterruptIn> {
99
100
101
/** Attach a function to call when a rising edge occurs on the input
102
+ * Interrupts are enabled for the pin
103
*
104
* @param func A pointer to a void function, or 0 to set as none
105
*/
106
void rise(Callback<void()> func);
107
108
/** Attach a function to call when a falling edge occurs on the input
109
110
111
112
0 commit comments