mmarchetti / DirectIO

Fast, simple I/O library for Arduino
GNU Lesser General Public License v3.0
116 stars 27 forks source link

Mega core atmega2561 1281 support #24

Open kizmit99 opened 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 as far as I can tell, they are working. Thought I would offer these changes up to see if you were interested in including them.

kizmit99 commented 5 years ago

Sorry - I'm confused right now... My pull request should have included only a single commit (adding one file and modifying one), but it seems to have 'pulled in' 3 additional commits that were not of my doing (believe they were commits in your project that were pulled into my fork). This is literally my first pull request using github, so apologies if I've screwed something up! --Ralph

mmarchetti commented 5 years ago

That can happen with rebasing... the file changes look good. Thanks for the PR!