AVR_ATMEGA_USART/README.md

19 lines
357 B
Markdown
Raw Normal View History

2023-01-14 06:59:09 +00:00
<<<<<<< HEAD
2023-01-14 06:51:49 +00:00
# AVR_ATMEGA_USART
2023-01-14 06:59:09 +00:00
=======
# 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.
>>>>>>> 6b73f1e (Added a readme file)
2023-01-14 06:51:49 +00:00