GreyGnome / EnableInterrupt

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

Added support for Sodaq Mbili and EnviroDIY Mayfly #41

Closed SRGDamia1 closed 6 years ago

SRGDamia1 commented 7 years ago

Added support for these two AtMega1284p boards, which reverse the digital pin number assignments of vectors B&D from the Mighty1284p configuration.

GreyGnome commented 7 years ago

Thanks, Sara! I haven't been checking this section of my email much so I haven't seen your pull request. I'll check it out...!

On Mon, May 15, 2017 at 12:38 PM, Sara Damiano notifications@github.com wrote:

Added support for these two AtMega1284p boards, which reverse the digital pin number assignments of vectors B&D from the Mighty1284p configuration.

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

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

  • Added support for Mayfly and Mbili
  • Corrected version number
  • Fixed speed macros for Mayfly/Mbili
  • Still trying to catch everything

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/41, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSimYvTStC38RIG_OCi61_Ntf7ZQbd-ks5r6I2fgaJpZM4NbdAU .

-- -Mike Schwager

SRGDamia1 commented 6 years ago

Is there any chance this will be pulled in?

GreyGnome commented 6 years ago

I'm working on it now.

SRGDamia1 commented 6 years ago

Awesome! Thank you!