updated with note on external clock

This commit is contained in:
Jake Goodwin 2023-02-18 22:40:39 -08:00
parent faa1ff118b
commit e77acdd21f
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ Over time, I'm planning to add support for multiple AVR MCUs, however that
may end up requiring more memory, so extensive of use of define macros will may end up requiring more memory, so extensive of use of define macros will
likely end up being the end result. likely end up being the end result.
**2023-02-18:**
Support for using external crystal oscillators was added to the makefile.
Using a 14.7456Mhz crystal allows for reduced error rates when using
any standard baud rates.
## Features: ## Features: