NicoHood / PinChangeInterrupt

A simple & compact PinChangeInterrupt library for Arduino
MIT License
276 stars 68 forks source link

Conflict with SoftwareSerial.h #59

Open aitck opened 1 year ago

aitck commented 1 year ago

Compiling .pio\build\uno\src\PinChangeInterrupt_Led.ino.cpp.o Linking .pio\build\uno\firmware.elf SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition ofvector_3' .pio\build\uno\src\PinChangeInterrupt0.cpp.o (symbol from plugin):(.text+0x0): first defined here SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition of__vector_4' .pio\build\uno\src\PinChangeInterrupt1.cpp.o (symbol from plugin):(.text+0x0): first defined here SoftwareSerial.cpp.o (symbol from plugin): In function SoftwareSerial::read()': (.text+0x0): multiple definition ofvector_5' .pio\build\uno\src\PinChangeInterrupt2.cpp.o (symbol from plugin):(.text+0x0): first defined here collect2.exe: error: ld returned 1 exit status *** [.pio\build\uno\firmware.elf] Error 1

zaindroid commented 4 months ago

Did you find solution for this?