EduIntro icon indicating copy to clipboard operation
EduIntro copied to clipboard

conflict with virtualWire

Open persiscms opened this issue 7 years ago • 1 comments

hi it seems that servo.h and virtualWire.h both are using same timer. so when using with virtualWire compile error will occur. im using uno and the error message is:

libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':

(.text+0x0): multiple definition of `__vector_6'

libraries\VirtualWire\VirtualWire.cpp.o (symbol from plugin):(.text+0x0): first defined here

persiscms avatar Sep 15 '18 10:09 persiscms

Hej, sorry for the delay answering, I am subscribed to too many repositories and didn't see this notification. Do you have the same error if you are using the normal servo library? I am asking because this library uses the default servo library in the background, which means that this incompatibility cannot be solved without sacrificing some of the features of the library.

dcuartielles avatar Nov 12 '18 21:11 dcuartielles