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
libraries\DigisparkKeyboard\usbdrvasm.S.o: In function `__vector_2':
C:\...\AppData\Local\Arduino15\packages\digistump\hardware\avr\1.6.7\libraries\DigisparkKeyboard/usbdrvasm165.inc:41: multiple definition of `__vector_2'
libraries\DigisparkTinyPinChange\TinyPinChange.cpp.o:C:\...\AppData\Local\Arduino15\packages\digistump\hardware\avr\1.6.7\libraries\DigisparkTinyPinChange/TinyPinChange.cpp:57: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
When I try to use both SoftSerial and DigiKeyboard.
i get an error:
When I try to use both SoftSerial and DigiKeyboard.
I guess the
__vector_2
is defined in both libraries, but how can I fix that?The text was updated successfully, but these errors were encountered: