-
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
Add refactored support for Arduino Diecimila #177
Conversation
@Rahix should I move existing examples or follow basic set - like in e.g Leonardo? |
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, apart from one typo I spotted :) Thanks a lot! I don't have such a board either, so let's just hope for the best... Maybe @kallemooo who originally submitted Diecimila support can run tests?
Co-authored-by: Rahix <rahix@rahix.de>
PWM example need to be done after PWM refactor. |
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.
Looking great, thanks! I don't thing we have much of an option other than merging this and hoping if someone uses it they'll report any issues.
programmer: "arduino", | ||
partno: "atmega168", | ||
baudrate: Some(19200), | ||
do_chip_erase: false, |
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.
We can't verify those settings, can we? :/
Support for Diecimila