conflict with virtualWire
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
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.