Attaching Methods to ISR

13 Oct 2011

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