aboutsummaryrefslogtreecommitdiff
path: root/examples/usartecho/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/usartecho/README.md')
-rw-r--r--examples/usartecho/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/usartecho/README.md b/examples/usartecho/README.md
new file mode 100644
index 0000000..e476649
--- /dev/null
+++ b/examples/usartecho/README.md
@@ -0,0 +1,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`.