minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
#include <gatherer_interface_stm.h>
Macros | |
#define | USART_TIMEOUT 100 |
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) |
#define USART_TIMEOUT 100 |
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 | ) |