This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interrupts in library

I am creating library for initialization and working with timers. I have to insert interrupt function from timers into the library. In this function I will calling "timerHeandlerFunction" in another *.c file (It will some interface between user and library).
Is possible create interrupt functions in a library (*.lib)?