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.
How is it that a method can be attached to the EINT3_IRQHandler, like for the InterruptIn class? I am writing my own system that does the same thing. I want the method to execute on a rising edge. I can set this up in the IRQ handler, but executing the method I need a little C++ assistance.
Thanks, Ben