diff --git a/drivers/include/drivers/InterruptIn.h b/drivers/include/drivers/InterruptIn.h index a5ac24eb04..ff8b14675d 100644 --- a/drivers/include/drivers/InterruptIn.h +++ b/drivers/include/drivers/InterruptIn.h @@ -99,12 +99,14 @@ public: /** Attach a function to call when a rising edge occurs on the input + * Interrupts are enabled for the pin * * @param func A pointer to a void function, or 0 to set as none */ void rise(Callback func); /** Attach a function to call when a falling edge occurs on the input + * Interrupts are enabled for the pin * * @param func A pointer to a void function, or 0 to set as none */