Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for atmega32u4 #5

Merged
merged 4 commits into from
Jun 1, 2016
Merged

support for atmega32u4 #5

merged 4 commits into from
Jun 1, 2016

Conversation

twasiluk
Copy link
Contributor

This pull requests adds support for atmega32u4 and uses Timer1 to time score waits.

Atmega32u4 timers:
Timer0 8-bit
Timer1 16-bit
Timer2 phased out
Timer3 16-bit
Timer4 10-bit high speed (unsupported in this pull request)

@LenShustek
Copy link
Owner

Good changes, thanks. I wish there were an easier way to deal with the various Arduino flavors.
Would you mind updating the internal change logs in those files?
Thanks,
Len

@twasiluk
Copy link
Contributor Author

I updated the internal change logs. The code is already awesome considering I was able to understand it easily and make these modifications. One idea is to make the compiler ifdefs be timer oriented.

@LenShustek LenShustek merged commit e9b077b into LenShustek:master Jun 1, 2016
@LenShustek
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants