libraries conflict #1012
-
Hello, regards C:\Users\Phi\AppData\Local\Temp\arduino_build_346938\libraries\FrequencyTimer2\FrequencyTimer2.cpp.o: In function |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Both libraries try to use the same Interrupt Vector called |
Beta Was this translation helpful? Give feedback.
-
argh... so it's screwed ! |
Beta Was this translation helpful? Give feedback.
Both libraries try to use the same Interrupt Vector called
cmt_isr
. This is a standard resource conflict. You have one Timer but 2 libraries requiring it. 😞