You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add that library to your sample VU meter code and compile, I get the error below. Any suggestions on how to resolve this?
HardwareSerial0.cpp.o (symbol from plugin): In function Serial': (.text+0x0): multiple definition of _vector_25'
C:\Users\Trey\AppData\Local\Temp\arduino\sketches\59320A57133527EC0B514DAAA2112AAF\libraries\Conceptinetics\Conceptinetics.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered:
Hi,
I'm attempting to use some of your Fast LED animations and VU meters in a DMX controlled device.
I'm using the CQRobot DMX shield. It recommends this Conceptinetics DMX library to program the shield https://sourceforge.net/projects/dmxlibraryforar/files/
When I add that library to your sample VU meter code and compile, I get the error below. Any suggestions on how to resolve this?
HardwareSerial0.cpp.o (symbol from plugin): In function
Serial': (.text+0x0): multiple definition of
_vector_25'C:\Users\Trey\AppData\Local\Temp\arduino\sketches\59320A57133527EC0B514DAAA2112AAF\libraries\Conceptinetics\Conceptinetics.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered: