GreyGnome / EnableInterrupt

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

Compiling error conflict with RFM69.h #35

Closed sid1202 closed 6 years ago

sid1202 commented 7 years ago

When I try to include EnableInterrupt with HFM69.h I get multiple definition of: __vector_1 __vector_2

Are these ISR that I should modify in the RFM69 library ?

Sid

GreyGnome commented 7 years ago

I'm not sure at the moment... I am occupied for a couple of days.

But yes, there is a conflict with the ISR's. If you look at my website I tell you how to disable the definitions in EnableInterrupt. As I don't know the HFM69.h library, I can't tell you what can/should change, but I do know that something needs to.

Check my wiki for information about ISR conflicts. Let me know if you need some help (but as I said it will be a day or two).

On Tue, Oct 11, 2016 at 4:08 AM, sid1202 notifications@github.com wrote:

When I try to include EnableInterrupt with HFM69.h I get multiple definition of: __vector_1 __vector_2

Are these ISR that I should modify in the RFM69 library ?

Sid

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GreyGnome/EnableInterrupt/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSimQrhU3w73yiNI66YBtMc5xsaNjLQks5qy1IggaJpZM4KTaG_ .

-Mike Schwager

sid1202 commented 7 years ago

Thank you for your prompt reply.

I will look into it. There is no rush as I am tackling a few projects at the same time.

If I can't figure it out then I will request more help.

Thank you very much

Sidney


From: Mike Schwager notifications@github.com Sent: October 14, 2016 6:30 PM To: GreyGnome/EnableInterrupt Cc: sid1202; Author Subject: Re: [GreyGnome/EnableInterrupt] Compiling error conflict with RFM69.h (#35)

I'm not sure at the moment... I am occupied for a couple of days.

But yes, there is a conflict with the ISR's. If you look at my website I tell you how to disable the definitions in EnableInterrupt. As I don't know the HFM69.h library, I can't tell you what can/should change, but I do know that something needs to.

Check my wiki for information about ISR conflicts. Let me know if you need some help (but as I said it will be a day or two).

On Tue, Oct 11, 2016 at 4:08 AM, sid1202 notifications@github.com wrote:

When I try to include EnableInterrupt with HFM69.h I get multiple definition of: __vector_1 __vector_2

Are these ISR that I should modify in the RFM69 library ?

Sid

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GreyGnome/EnableInterrupt/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSimQrhU3w73yiNI66YBtMc5xsaNjLQks5qy1IggaJpZM4KTaG_ .

-Mike Schwager

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GreyGnome/EnableInterrupt/issues/35#issuecomment-253935314, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVtfirUNRhQ0EFL9-IncGsbo9cHaHXAks5q0AKjgaJpZM4KTaG.

GreyGnome commented 6 years ago

Closed as this has been months without updates.