Arduino Forum
Using timer interrupts in a library
Projects
Programming
nickgammon
September 27, 2012, 12:45am
15
In RCXIR.h change:
#include <FIFO.h>
to:
#include "FIFO.h"
Then it compiles.
show post in topic
Related topics
Topic
Replies
Views
Activity
Struggling to have ISR(PCINT2_vect) trigger a class function
Programming
19
3110
May 5, 2021
Timer library: clsTimer
Libraries
17
6486
May 6, 2021
What is the clean way to include an ISR in a library?
Programming
8
11633
May 5, 2021
[SOLVED] How do I export ISR routines into a library?
Programming
12
5655
May 5, 2021
Trouble Setting ISR in Custom Library
Programming
9
1098
May 5, 2021