Added a readme file

This commit is contained in:
Jake Goodwin 2023-01-13 22:53:13 -08:00
parent dae9842a97
commit 6b73f1e513
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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.