mathertel / DmxSerial2

An Arduino library for sending and receiving DMX RDM packets.
BSD 3-Clause "New" or "Revised" License
99 stars 30 forks source link

Adapting for ATMega4809 = Arduino Nano Every #49

Open X-Berger opened 1 year ago

X-Berger commented 1 year ago

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: image

If it's possible and with a little help, I would add the definition, test it and commit it here.

THX.