John Krautkramer wrote:
> Studying the WinAVR & AVR Libc docs, I come across many references like:
>
> #define UDR UDR0
Keep in mind that this is only a compatibility layer: some (older)
devices have a name like UDR (since they've only got one UART anyway),
while in newer devices, the regis
John,
You will find these terms in the Device Datasheet
On 3/30/2012 2:46 PM, John Krautkramer wrote:
Hi,
Studying the WinAVR & AVR Libc docs, I come across many references like:
#define UDR UDR0
#define UCSRA UCSR0A
#define UCSRB UCSR0B
#define FE FE0
#define TXENTXEN0