-
Notifications
You must be signed in to change notification settings - Fork 223
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
arduino-hal: Add support for Arduino Mega #140
Conversation
Co-authored-by: Rahix <rahix@rahix.de>
@Rahix compiled with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looking really good already! I've got a few minor nits, apart from that I'm happy :) I'll do a test-build myself later today as CI doesn't cover this code yet without an examples crate, but I guess with that we're good to go.
Thanks again for helping with this work, I'm quite enjoying having you on board :)
- split cloc impl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks a lot!
Arduino support like in: 5304fd0