AVR XMEGA USART example.
Copyright (c) 2010-2018 Microchip Technology Inc. and its subsidiaries.
#include <conf_usart_example.h>
#include <asf.h>
Functions | |
int | main (void) |
Main function. More... | |
int main | ( | void | ) |
Main function.
References usart_rs232_options::baudrate, board_init(), sysclk_init(), usart_getchar(), usart_init_rs232(), and usart_putchar().