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

Added support for ATmega328PB #15

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Added support for ATmega328PB #15

merged 1 commit into from
Aug 13, 2024

Conversation

Baterka
Copy link
Contributor

@Baterka Baterka commented Aug 12, 2024

Added support for ATmega328PB.

As you stated in #14:

ATmega328PB is not a drop-in replacement for ATmega328 variants, but a
new device. However, the functions are backward compatible with the
existing ATmega328 functions. Existing code for these devices will work in
the new devices without changing existing configuration or enabling new
functions. The code that is available for your existing ATmega328 variants
will continue to work on the new ATmega328PB device.

I tested it on my Arduino Pro Mini 5V 16MHz clone board and it works perfectly.

@crycode-de crycode-de merged commit 3e4a8bc into crycode-de:main Aug 13, 2024
8 checks passed
@crycode-de
Copy link
Owner

Thank you! 👍

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