We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
After i include #include <Servo.h> to your example compilation fails: Arduino: 1.8.5 (Windows 7), Board: "Arduino Nano, ATmega328P"
libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':
(.text+0x0): multiple definition of `__vector_11'
sketch\SoftPWM_example.ino.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 Nano.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
After i include #include <Servo.h> to your example compilation fails:
Arduino: 1.8.5 (Windows 7), Board: "Arduino Nano, ATmega328P"
libraries\Servo\avr\Servo.cpp.o (symbol from plugin): In function `ServoCount':
(.text+0x0): multiple definition of `__vector_11'
sketch\SoftPWM_example.ino.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 Nano.
The text was updated successfully, but these errors were encountered: