AVRly - AVR Development Resources
|
Files | |
file | main.c [code] |
Example main routine demonstrating the USART driver. | |
file | usart.c [code] |
Driver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un. (link in the see also section below). | |
file | usart.h [code] |
Driver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un (link in the see also section below). NOTE: This driver does involve blocking waits, this may be improved on in a later version. | |