GreyGnome / EnableInterrupt

New Arduino interrupt library, designed for Arduino Uno/Mega 2560/Leonardo/Due
329 stars 73 forks source link

Using EnableInterrupt with Wire.h #63

Closed ajjack50n closed 3 years ago

ajjack50n commented 3 years ago

Hi

I am hoping someone can help me. I am trying to use this library with Wire.h

When I do so, I get compilation problems: multiple definitions of vectorX

I realise from looking at the docs there is a section about conflicting ISRs but after reading I am one the wiser what action to take:(

Thanks in advance for any help.

I am working with 2560 and trying to use pins PJ0-6 & PK0-7

ajjack50n commented 3 years ago

Ha, sorry, reading the docs did help!!!:)

#define EI_NOTEXTERNAL

worked for ne