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.
11 years, 11 months ago.
Alternative way to trigger an InterruptIn like interface when digital input pin changes with RTOS???
My program consist of mbed-rtos. I know that InterruptIn cannot be use in a program with threads.
Is there any alternative way to trigger an interruptIn like interface for example to cause the led to light up when a button is pressed?