blob: e476649c1881d191cc6eb5ab36cc258151edfbfd (
plain)
1
2
3
4
5
6
|
This is example for UART. It is implementing simple echo functionality.
All input send on USART is send back.
For compilation run `make` and then flash usart.hex to your MCU.
In default is as target set ATmega328p with 16MHz clock. If you want build for
different speed or controller, change MMCU and F_CPU variable in `makefile`.
|