Servo.h and RH_RF95.h Library

Hi all,

I am planning to connect my servo motor(SG 90) and LoRa RFM sheild with <Servo.h > and <RH_RG95.h> libraries. However, the problem occurred like this on the status :

libraries\RadioHead-master\RH_ASK.cpp.o (symbol from plugin): In function RH_ASK::maxMessageLength()':** **(.text+0x0): multiple definition of __vector_11'
libraries\Servo\avr\Servo.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.

May i know how to overcome this problem?

Thanks!

It looks like the servo library and the other library are trying to use the same HardwareTimer.

Try the ServoTimer2 library.

...R