From 6b73f1e5139372057138bb3b00057a45d705a613 Mon Sep 17 00:00:00 2001 From: jakegoodwin Date: Fri, 13 Jan 2023 22:53:13 -0800 Subject: [PATCH] Added a readme file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d322ab7 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# AVR ATMEGA328P USART + +## Description: + +This is a asynchronous serial program for the ATMEGA seris of mcu. The sotfware +is tested and working. + + +## ISSUES: + +It's required to set the fuses in the chip for 8Mhz, otherwise a baud rate +of 9600 will result in errors at a 7% rate. + +