|
file | log_system.c [code] |
| Driver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC.
|
|
file | log_system.h [code] |
| Driver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC.
|
|
file | main.c [code] |
| Main routine for log_system example application.
|
|
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.
|
|