CuVoodoo STM32F1 firmware template
|
library for UART communication (API) More...
Go to the source code of this file.
Functions | |
void | uart_setup (void) |
setup UART peripheral | |
void | uart_putchar_blocking (char c) |
send character over UART (blocking) More... | |
void | uart_flush (void) |
ensure all data has been transmitted (blocking) More... | |
void | uart_putchar_nonblocking (char c) |
send character over UART (non-blocking) More... | |
library for UART communication (API)
Definition in file uart.h.
void uart_flush | ( | void | ) |
void uart_putchar_blocking | ( | char | c | ) |