Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflict with virtualWire #4

Open
persiscms opened this issue Sep 15, 2018 · 1 comment
Open

conflict with virtualWire #4

persiscms opened this issue Sep 15, 2018 · 1 comment

Comments

@persiscms
Copy link

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

@dcuartielles
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants