Hi! I'm working on a project that requires 2 libraries: <Servo.h> and <IRremote.h>
but i can't use them on the same sketch it always gives an error:
libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':
(.text+0x0): multiple definition of `__vector_11'
libraries\IRremote\IRremote.cpp.o (symbol from plugin): (.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino/Genuino Uno.