; uart functions ; default uart settings ; infdef UART_BR_H .equ UART_BR_H = 0 ; infdef UART_BR_L .equ UART_BR_L = 25 UART_INIT: ; baudrate ldi uart_rxtx,UART_BR_H sts UBRR0H,uart_rxtx ldi uart_rxtx,UART_BR_L out UBRR0L,uart_rxtx ; enable ldi uart_rxtx,(1< 8n1 ldi uart_rxtx,(1<