minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
Go to the source code of this file.
Functions | |
void | gatherer_stm_setUart (UART_HandleTypeDef *huart_gatherer) |
void | gatherer_stm_sendChar (const uint8_t char_out) |
void | gatherer_stm_sendString (const uint8_t *str_out, const uint16_t len) |
Variables | |
Gatherer_Handler_t | gatherer_handler_ |
UART_HandleTypeDef * | huart_gatherer_ptr_ |
void gatherer_stm_sendChar | ( | const uint8_t | char_out | ) |
void gatherer_stm_sendString | ( | const uint8_t * | str_out, |
const uint16_t | len | ||
) |
void gatherer_stm_setUart | ( | UART_HandleTypeDef * | huart_gatherer | ) |
Gatherer_Handler_t gatherer_handler_ |
UART_HandleTypeDef* huart_gatherer_ptr_ |