Go to file
Jake Goodwin e583b5beb3 merged with remote repo 2023-01-13 22:59:09 -08:00
.gitignore updated to ignore binary stuff. 2023-01-13 22:57:03 -08:00
LICENSE Initial commit 2023-01-14 06:51:49 +00:00
Makefile INIT COMMIT 2023-01-13 22:57:03 -08:00
README.md merged with remote repo 2023-01-13 22:59:09 -08:00
avr_usart.c set 9600 baud rate, tested and working 2023-01-13 22:57:03 -08:00
avr_usart.h set for 8Mhz 9600 BAUD, reduces error rate too 0.2% 2023-01-13 22:57:03 -08:00

README.md

<<<<<<< HEAD

AVR_ATMEGA_USART

=======

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)