Go to file
Jake Goodwin 6a93851d19 updated header proto for serial0_read() 2023-01-14 11:38:32 -08:00
.gitignore updated to ignore binary stuff. 2023-01-13 21:14:53 -08:00
Makefile INIT COMMIT 2023-01-13 21:13:45 -08:00
README.md Added a readme file 2023-01-13 22:53:13 -08:00
avr_usart.c Defined function for setting the baud during runtime. 2023-01-14 11:36:13 -08:00
avr_usart.h updated header proto for serial0_read() 2023-01-14 11:38:32 -08:00

README.md

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.