GreyGnome / EnableInterrupt

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

support for atmega2561 and atmega1281 (MegaCore 64pin variants) #56

Closed kizmit99 closed 5 years ago

kizmit99 commented 5 years ago

I've modified your library to support the ATmega2561 and 1281 chips, with pinouts defined from the MCUdude/MegaCore project. I've tested the changes on a custom board using the ATmega1281 chip and from my testing they are working. Thought I would offer these changes up to see if you were interested in including them.

GreyGnome commented 5 years ago

Thanks! I will take a look! I'm a little busy right now so this make take me a couple of weeks...

On Sat, Apr 20, 2019 at 10:55 AM kizmit99 notifications@github.com wrote:

I've modified your library to support the ATmega2561 and 1281 chips, with pinouts defined from the MCUdude/MegaCore project. I've tested the changes on a custom board using the ATmega1281 chip and from my testing they are working. Thought I would offer these changes up to see if you were interested in including them.

You can view, comment on, or merge this pull request online at:

https://github.com/GreyGnome/EnableInterrupt/pull/56 Commit Summary

  • added support for atmega2561 and atmega1281 (64pin variants) following MegaCore pin definitions

File Changes

Patch Links:

— 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/pull/56, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2KFGPJ3JUASTI3OW4QTVDPRM4FHANCNFSM4HHJ5MVA .

-- -Mike Schwager

kizmit99 commented 5 years ago

Thanks. Happy to contribute - your project was super helpful.