I've only been writing my sketch for a couple of hours. I'm trying to prepare a sketch that has both audio and IR receiving capability, and I'm getting a weird error (and this is the ONLY error given):
core.a(Tone.cpp.o): In function `__vector_7':
C:\Program Files (x86)\Arduino\hardware\arduino\cores\arduino/Tone.cpp:535: multiple definition of `__vector_7'
IRremote\IRremote.cpp.o:C:\xxx\Arduino\libraries\IRremote/IRremote.cpp:311: first defined here
This is for a laser tag system that emulates the functionality of an older system that's falling apart. It emits and reads IR from opponents in order to identify who has been hit, and emits the audio as a part of feedback to the user.
In this case, I'm not sure that posting my code would be helpful, or if I should contact the author of the IRremote library,.. or what. The example sketches from IRremote compile fine until I add a tone() call, and then they produce precisely the same 3 lines of error.
Is there another library that has the same functionality as IRremote (e.g., being able to read, display and interpret some of the signals from infrared demodulators (such as the Vishay TSOP382xx series that I got from SparkFun)?