Problem with IRremote

Issue #18 resolved
Former user created an issue

A error happens when use with IRremote lib:

libraries/NewPing/NewPing.cpp.o (symbol from plugin): In function intFunc2': (.text+0x0): multiple definition of__vector_13' libraries/z3t0-Arduino-IRremote-048efb2/IRremote.cpp.o (symbol from plugin):(.text+0x0): first defined here collect2: error: ld returned 1 exit status exit status 1 Error compiling for board Arduino/Genuino Mega or Mega 2560.

Comments (2)

  1. Tim Eckel repo owner

    This means you have two libraries trying to access the same timer. Please see the wiki on this and research timers on the Arduino platform.

  2. Log in to comment