Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
The function below attach a function to a PinDetect object.
void attach_asserted (void(*function)(void))
Is there any way to unattach an ISR from a PinDetect object.
Thank you in advance.