Hello.I have an arduino mega 2560.
I use <NewPing.h> and <IRremote.h> libraries ,but I get this error:
libraries\IRremote\IRremote.cpp.o (symbol from plugin): In function `MATCH(int, int)':
(.text+0x0): multiple definition of `__vector_13'
libraries\NewPing\NewPing.cpp.o (symbol from plugin):(.text+0x0): first defined here
c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
collect2.exe: error: ld returned 1 exit status
Βρέθηκαν πολλαπλές βιβλιοθήκες για "IRremote.h"
Σε χρήση: C:\Users\Νίκος\OneDrive\Έγγραφα\Arduino\libraries\IRremote
How can I change the timer in those libraries to solve this error ?
How can I do it ,I have no idea.Can you point me step by step?
Thanks...