You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use this library for the ATMega4809 but I can't figure out, how to define the USART-Registers #define UCSRnA UCSR0A // Control and Status Register A
I have found the Register Summary for this chip but Status and Control are different signals:
If it's possible and with a little help, I would add the definition, test it and commit it here.
THX.
The text was updated successfully, but these errors were encountered:
I would like to use this library for the ATMega4809 but I can't figure out, how to define the USART-Registers
#define UCSRnA UCSR0A // Control and Status Register A
I have found the Register Summary for this chip but Status and Control are different signals:
If it's possible and with a little help, I would add the definition, test it and commit it here.
THX.
The text was updated successfully, but these errors were encountered: