minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
Go to the documentation of this file. 1 #ifndef GATHERER_INTERFACE_STM_H
2 #define GATHERER_INTERFACE_STM_H
4 #include <gatherer_interface.h>
19 #endif // GATHERER_INTERFACE_STM_H
void gatherer_stm_setUart(UART_HandleTypeDef *huart_gatherer)
Definition: gatherer_interface_stm.c:5
void gatherer_stm_sendString(const uint8_t *str_out, const uint16_t len)
Definition: gatherer_interface_stm.c:17
UART_HandleTypeDef * huart_gatherer_ptr_
Definition: gatherer_interface_stm.h:11
void gatherer_stm_sendChar(const uint8_t char_out)
Definition: gatherer_interface_stm.c:12
Definition: gatherer_interface.h:51
Gatherer_Handler_t gatherer_handler_
Definition: minipix_interface_linux.cpp:6